Merge pull request #1292 from engelant/master
[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable
This commit is contained in:
commit
afe2d2c187
1 changed files with 3 additions and 0 deletions
|
@ -769,6 +769,9 @@ if hwtype == "mac80211" or hwtype == "prism2" then
|
|||
ieee80211r:depends({mode="ap", encryption="psk"})
|
||||
ieee80211r:depends({mode="ap", encryption="psk2"})
|
||||
ieee80211r:depends({mode="ap", encryption="psk-mixed"})
|
||||
ieee80211r:depends({mode="ap-wds", encryption="psk"})
|
||||
ieee80211r:depends({mode="ap-wds", encryption="psk2"})
|
||||
ieee80211r:depends({mode="ap-wds", encryption="psk-mixed"})
|
||||
end
|
||||
ieee80211r.rmempty = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue