default WPA2

This commit is contained in:
garywill 2021-01-20 13:10:02 +08:00
parent 8c1c2f9d45
commit 98b4d03307
2 changed files with 5 additions and 5 deletions

View File

@ -284,8 +284,8 @@ Options:
(example: US) (example: US)
--freq-band <GHz> Set frequency band: 2.4 or 5 (default: 2.4) --freq-band <GHz> Set frequency band: 2.4 or 5 (default: 2.4)
--driver Choose your WiFi adapter driver (default: nl80211) --driver Choose your WiFi adapter driver (default: nl80211)
-w <WPA version> Use 1 for WPA, use 2 for WPA2, use 1+2 for both -w <WPA version> '2' for WPA2, '1' for WPA, '1+2' for both
(default: 1+2) (default: 2)
--psk Use 64 hex digits pre-shared-key instead of --psk Use 64 hex digits pre-shared-key instead of
passphrase passphrase
--mac-filter Enable Wifi hotspot MAC address filtering --mac-filter Enable Wifi hotspot MAC address filtering

View File

@ -81,8 +81,8 @@ Options:
(example: US) (example: US)
--freq-band <GHz> Set frequency band: 2.4 or 5 (default: 2.4) --freq-band <GHz> Set frequency band: 2.4 or 5 (default: 2.4)
--driver Choose your WiFi adapter driver (default: nl80211) --driver Choose your WiFi adapter driver (default: nl80211)
-w <WPA version> Use 1 for WPA, use 2 for WPA2, use 1+2 for both -w <WPA version> '2' for WPA2, '1' for WPA, '1+2' for both
(default: 1+2) (default: 2)
--psk Use 64 hex digits pre-shared-key instead of --psk Use 64 hex digits pre-shared-key instead of
passphrase passphrase
--mac-filter Enable Wifi hotspot MAC address filtering --mac-filter Enable Wifi hotspot MAC address filtering
@ -159,7 +159,7 @@ WIFI_IFACE=
VWIFI_IFACE= VWIFI_IFACE=
AP_IFACE= AP_IFACE=
CHANNEL=default CHANNEL=default
WPA_VERSION=1+2 WPA_VERSION=2
MAC_FILTER=0 MAC_FILTER=0
MAC_FILTER_ACCEPT=/etc/hostapd/hostapd.accept MAC_FILTER_ACCEPT=/etc/hostapd/hostapd.accept
IEEE80211N=0 IEEE80211N=0