Merge pull request #324757 from sjamaan/remove-key-mgmt-from-wpa-cli-examples

Remove key management setting in wpa_cli examples
This commit is contained in:
Aleksana 2024-07-08 18:13:46 +08:00 committed by GitHub
commit 81c768e223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,8 +174,6 @@ commands:
OK
> set_network 0 psk "mypassword"
OK
> set_network 0 key_mgmt WPA-PSK
OK
> enable_network 0
OK
```
@ -191,8 +189,6 @@ OK
OK
> set_network 0 password "mypassword"
OK
> set_network 0 key_mgmt WPA-EAP
OK
> enable_network 0
OK
```