From: Jo-Philipp Wich Date: Tue, 28 Jan 2014 21:12:45 +0000 (+0000) Subject: hostapd: Fix 80211w setup with netifd X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b972c8f96941469c9441af91e3fa6bba6215af35;p=15.05%2Fopenwrt.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