mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Update luci-mod-network
This commit is contained in:
parent
56382b4306
commit
cfe790f601
1 changed files with 12 additions and 0 deletions
|
@ -1150,6 +1150,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