Skip to content

Commit a59a7a9

Browse files
sburris0classabbyamp
authored andcommitted
config/network/wpa_supplicant: add WPA3/SAE info
1 parent 6d67de0 commit a59a7a9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/config/network/wpa_supplicant.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ echo -n <passphrase> | iconv -t utf16le | openssl md4
3939
## WEP
4040

4141
For WEP configuration, add the following lines to your device's
42-
`wpa-supplicant.conf`:
42+
`wpa_supplicant.conf`:
4343

4444
```
4545
network={
@@ -51,6 +51,19 @@ network={
5151
}
5252
```
5353

54+
## WPA3-SAE
55+
56+
SAE (used for WPA3) can be configured in `wpa_supplicant.conf` as follows:
57+
58+
```
59+
network={
60+
ssid="MYSSID"
61+
key_mgmt=SAE
62+
sae_password="YOUR AP PASSWORD"
63+
ieee80211w=2
64+
}
65+
```
66+
5467
### The wpa_supplicant service
5568

5669
The `wpa_supplicant` service checks the following options in

0 commit comments

Comments
 (0)