1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 19:37:10 +02:00

Fix hostapd with open access point and per-device configuration, thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12375 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-23 21:21:04 +00:00
parent 8a163823e3
commit ce140e52cb

View File

@ -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 <<EOF
driver=$driver
interface=$ifname
hw_mode=g
channel=$channel
${bridge:+bridge=$bridge}
ssid=$ssid
debug=0