From: jow Date: Tue, 28 Jan 2014 21:12:45 +0000 (+0000) Subject: hostapd: Fix 80211w setup with netifd X-Git-Tag: fast2504n-3.10.28-merged~190 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=136feedff623d64436e390c6c5feee07a7a77695;p=openwrt.git hostapd: Fix 80211w setup with netifd Signed-off-by: Helmut Schaa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39412 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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