diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-08 20:51:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-08 20:51:21 +0000 |
commit | 18dd10190370853c3efc10b33711313a3ecb9a09 (patch) | |
tree | b3fc410d3c6dad6e37fe0b21feb62256c56af369 | |
parent | 6242255df283ef25b787e74ea373f781901deabc (diff) | |
download | upstream-18dd10190370853c3efc10b33711313a3ecb9a09.tar.gz upstream-18dd10190370853c3efc10b33711313a3ecb9a09.tar.bz2 upstream-18dd10190370853c3efc10b33711313a3ecb9a09.zip |
hostapd: properly parse wmm and hidden uci options (#14589)
SVN-Revision: 39005
-rw-r--r-- | package/network/services/hostapd/files/netifd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 4879c044b2..5c00487bcf 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -83,7 +83,7 @@ EOF hostapd_common_add_bss_config() { config_add_string bssid ssid - config_add_boolean wds + config_add_boolean wds wmm hidden config_add_int maxassoc max_inactivity config_add_boolean disassoc_low_ack ap_isolate short_preamble |