0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
```