wpa_supplicant: make wpa2/wpa3 the defaults

This commit is contained in:
Mark 2022-03-16 14:29:13 +00:00
parent 6ec31a2ea9
commit 2d750a08b9
1 changed files with 8 additions and 10 deletions

View File

@ -2,27 +2,25 @@
# $ cp -v ./wpa_supplicant-wlan0.conf /etc/wpa_supplicant/
# $ chmod -Rv 600 /etc/wpa_supplicant/*.conf
# $ systemctl enable --now wpa_supplicant@wlan0.service
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
# Change to match your country.
country=GB
network={
# Modify these two lines to match your wifi settings!
ssid="Internet"
psk="password"
# Uncomment JUST one of the following blocks!!
# If you use WPA-PSK / PSK2 uncomment these lines (but not this one!)
# "WPA2/WPA3 PSK, SAE" mixed uncomment the lines below.
key_mgmt=WPA-PSK-SHA256
ieee80211w=2
# If you use WPA-PSK / PSK2 uncomment the lines below.
# proto=RSN
# key_mgmt=WPA-PSK
# pairwise=CCMP
# group=CCMP
# auth_alg=OPEN
#
# "WPA2/WPA3 PSK, SAE" mixed uncomment these lines (but not this one!)
#key_mgmt=WPA-PSK-SHA256
# ieee80211w=2
}