modules/admin-full: expose wmm option for mac80211 interfaces
This commit is contained in:
parent
46c84206f3
commit
746a5be1a8
1 changed files with 5 additions and 0 deletions
|
@ -507,6 +507,11 @@ if hwtype == "mac80211" then
|
||||||
hidden = s:taboption("general", Flag, "hidden", translate("Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"))
|
hidden = s:taboption("general", Flag, "hidden", translate("Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"))
|
||||||
hidden:depends({mode="ap"})
|
hidden:depends({mode="ap"})
|
||||||
hidden:depends({mode="ap-wds"})
|
hidden:depends({mode="ap-wds"})
|
||||||
|
|
||||||
|
wmm = s:taboption("general", Flag, "wmm", translate("WMM Mode"))
|
||||||
|
wmm:depends({mode="ap"})
|
||||||
|
wmm:depends({mode="ap-wds"})
|
||||||
|
wmm.default = wmm.enabled
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue