1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

fix hostapd startup for no-crypto configurations

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14276 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-30 02:52:14 +00:00
parent 3405469786
commit 7eba7887af

View File

@ -67,6 +67,7 @@ hostapd_setup_vif() {
;;
*)
wpa=0
crypto=
;;
esac
config_get ifname "$vif" ifname
@ -94,7 +95,7 @@ ${bridge:+bridge=$bridge}
ssid=$ssid
debug=0
wpa=$wpa
wpa_pairwise=$crypto
${crypto:+wpa_pairwise=$crypto}
$hostapd_cfg
EOF
hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf