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