mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Check passphrase length in the UI form. Add ieee80211n/ieee80211ac.
This commit is contained in:
parent
eb590a616d
commit
3a5fa4564a
4 changed files with 41 additions and 4 deletions
|
|
@ -164,7 +164,9 @@ function config.configureWiFiAccessPoint(nf, ssid, wpa_passphrase, network_conf)
|
|||
f:write("bridge="..bridge_dev.."\n")
|
||||
f:write("ssid="..ssid.."\n")
|
||||
f:write("hw_mode=g\n") -- hw_mode=a to use 5GHz
|
||||
f:write("channel=6\n")
|
||||
f:write("channel=11\n")
|
||||
f:write("ieee80211n=1\n")
|
||||
f:write("ieee80211ac=1\n")
|
||||
f:write("macaddr_acl=0\n")
|
||||
f:write("auth_algs=1\n")
|
||||
f:write("ignore_broadcast_ssid=0\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue