Merge pull request #1292 from engelant/master
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 10 Aug 2017 13:49:10 +0000 (16:49 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2017 13:49:10 +0000 (16:49 +0300)
[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable

modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua

index e1e21bc..5191372 100644 (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