mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 05:38:09 +00:00
Add password into hostapd conf
This commit is contained in:
parent
b02038957b
commit
69b9cfdbd7
@ -11,6 +11,9 @@ basic_rates=60 90 120 180
|
||||
#require_ht=1
|
||||
#ieee80211d=1
|
||||
#ieee80211h=1
|
||||
#wpa=2
|
||||
#wpa_passphrase=myrabbit
|
||||
#wpa_key_mgmt=WPA-PSK
|
||||
wpa=1
|
||||
wpa_passphrase=openwifi
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=TKIP CCMP
|
||||
wpa_ptk_rekey=600
|
||||
|
||||
|
@ -11,6 +11,9 @@ ieee80211n=1
|
||||
require_ht=1
|
||||
#ieee80211d=1
|
||||
#ieee80211h=1
|
||||
#wpa=2
|
||||
#wpa_passphrase=myrabbit
|
||||
#wpa_key_mgmt=WPA-PSK
|
||||
wpa=1
|
||||
wpa_passphrase=openwifi
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=TKIP CCMP
|
||||
wpa_ptk_rekey=600
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user