Add instructions for wpa3 wifis
This commit is contained in:
parent
8f7fe9380d
commit
b2576dc0b8
20
README.md
20
README.md
|
|
@ -15,7 +15,24 @@ systemctl start wpa_supplicant
|
|||
wpa_cli
|
||||
|
||||
```
|
||||
And then:
|
||||
And then for wpa3
|
||||
|
||||
```
|
||||
> add_network
|
||||
0
|
||||
> set_network 0 ssid "forest"
|
||||
OK
|
||||
> set_network 0 key_mgmt SAE
|
||||
OK
|
||||
> set_network 0 sae_password "ki*****"
|
||||
OK
|
||||
> enable_network 0
|
||||
OK
|
||||
quit
|
||||
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"
|
||||
```
|
||||
|
||||
Or older wpa2
|
||||
|
||||
```
|
||||
> add_network
|
||||
|
|
@ -31,4 +48,3 @@ OK
|
|||
quit
|
||||
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue