From: Florian Fainelli Date: Sat, 23 Aug 2008 21:21:04 +0000 (+0000) Subject: Fix hostapd with open access point and per-device configuration, thanks sn9 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cfb599a6595cf30e44027fff6c6837bbf3b77f6f Fix hostapd with open access point and per-device configuration, thanks sn9 SVN-Revision: 12375 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 660a90c3ef..147736bdc6 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -62,15 +62,19 @@ hostapd_setup_vif() { append hostapd_cfg "wpa_gmk_rekey=640" "$N" ;; *) - return 0; + wpa=0 ;; esac config_get ifname "$vif" ifname config_get bridge "$vif" bridge config_get ssid "$vif" ssid + config_get device "$vif" device + config_get channel "$device" channel cat > /var/run/hostapd-$ifname.conf <