hostapd: fix mixed wep/wpa with netifd
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Dec 2013 11:07:37 +0000 (11:07 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Dec 2013 11:07:37 +0000 (11:07 +0000)
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39174 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/services/hostapd/files/netifd.sh

index 3f99480..dd22565 100644 (file)
@@ -233,6 +233,7 @@ hostapd_set_bss_options() {
                ;;
                wep)
                        local wep_keyidx=0
+                       json_get_vars key
                        hostapd_append_wep_key bss_conf
                        append bss_conf "wep_default_key=$wep_keyidx" "$N"
                        [ -n "$wep_rekey" ] && append bss_conf "wep_rekey_period=$wep_rekey" "$N"