luci-mod-network: 802.11w config in station mode
802.11w has to be enabled in station mode to be effective. If the AP is using WPA3-SAE or requires 11w, station will not connect unless 11w is enabled via this option. Signed-off-by: Antoine Deschênes <adeschenes@kronostechnologies.com>
This commit is contained in:
parent
e0771aa49f
commit
011d9d0176
1 changed files with 12 additions and 0 deletions
|
@ -1151,6 +1151,18 @@ if hwtype == "mac80211" then
|
|||
ieee80211w:depends({mode="ap-wds", encryption="sae"})
|
||||
ieee80211w:depends({mode="ap-wds", encryption="sae-mixed"})
|
||||
ieee80211w:depends({mode="ap-wds", encryption="owe"})
|
||||
ieee80211w:depends({mode="sta", encryption="wpa2"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="wpa2"})
|
||||
ieee80211w:depends({mode="sta", encryption="psk2"})
|
||||
ieee80211w:depends({mode="sta", encryption="psk-mixed"})
|
||||
ieee80211w:depends({mode="sta", encryption="sae"})
|
||||
ieee80211w:depends({mode="sta", encryption="sae-mixed"})
|
||||
ieee80211w:depends({mode="sta", encryption="owe"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="psk2"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="psk-mixed"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="sae"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="sae-mixed"})
|
||||
ieee80211w:depends({mode="sta-wds", encryption="owe"})
|
||||
|
||||
max_timeout = s:taboption("encryption", Value, "ieee80211w_max_timeout",
|
||||
translate("802.11w maximum timeout"),
|
||||
|
|
Loading…
Reference in a new issue