Merge pull request #1292 from engelant/master

[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable
This commit is contained in:
Hannu Nyman 2017-08-10 16:49:10 +03:00 committed by GitHub
commit afe2d2c187

View file

@ -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