summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-28 21:12:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-28 21:12:45 +0000
commitb5400c775ebbc4ce0236e16468b91342c6383ae1 (patch)
tree9fd150038193d50c7a93fa48eb39e601f58c2c25 /package
parentc1cb867c137c344f55f92de4dc1cfa982a760a07 (diff)
downloadmaster-31e0f0ae-b5400c775ebbc4ce0236e16468b91342c6383ae1.tar.gz
master-31e0f0ae-b5400c775ebbc4ce0236e16468b91342c6383ae1.tar.bz2
master-31e0f0ae-b5400c775ebbc4ce0236e16468b91342c6383ae1.zip
hostapd: Fix 80211w setup with netifd
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 39412
Diffstat (limited to 'package')
-rw-r--r--package/network/services/hostapd/files/netifd.sh2
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 43cc99b290..c8518b4d4f 100644
--- a/package/network/services/hostapd/files/netifd.sh
+++ b/package/network/services/hostapd/files/netifd.sh
@@ -295,7 +295,7 @@ hostapd_set_bss_options() {
[ "$auth_cache" = 0 ] && append bss_conf "disable_pmksa_caching=1" "$N"
# RSN -> allow management frame protection
- json_get_var ieee80211w
+ json_get_var ieee80211w ieee80211w
case "$ieee80211w" in
[012])
json_get_vars ieee80211w_max_timeout ieee80211w_retry_timeout