We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67de0 commit a59a7a9Copy full SHA for a59a7a9
src/config/network/wpa_supplicant.md
@@ -39,7 +39,7 @@ $ echo -n <passphrase> | iconv -t utf16le | openssl md4
39
## WEP
40
41
For WEP configuration, add the following lines to your device's
42
-`wpa-supplicant.conf`:
+`wpa_supplicant.conf`:
43
44
```
45
network={
@@ -51,6 +51,19 @@ network={
51
}
52
53
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
67
### The wpa_supplicant service
68
69
The `wpa_supplicant` service checks the following options in
0 commit comments