mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
luci-0.8: implement doth (802.11h) and wmm (802.11e) options for broadcom
This commit is contained in:
@@ -268,6 +268,9 @@ if hwtype == "broadcom" then
|
|||||||
isolate:depends({mode="ap"})
|
isolate:depends({mode="ap"})
|
||||||
isolate.optional = true
|
isolate.optional = true
|
||||||
|
|
||||||
|
s:option(Flag, "doth", "802.11h").optional = true
|
||||||
|
s:option(Flag, "wmm", translate("wifi_wmm")).optional = true
|
||||||
|
|
||||||
bssid:depends({mode="wds"})
|
bssid:depends({mode="wds"})
|
||||||
bssid:depends({mode="adhoc"})
|
bssid:depends({mode="adhoc"})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user