aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-30 02:52:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-30 02:52:14 +0000
commit13efa28c8ccc4e3910c81629bbe72ee39564f8ca (patch)
tree7e6ad06069822730c1eab8fe66865b93054032f1 /package/hostapd
parent89d8a91be58c2fe2bc522ba6e6bafac93558885e (diff)
downloadupstream-13efa28c8ccc4e3910c81629bbe72ee39564f8ca.tar.gz
upstream-13efa28c8ccc4e3910c81629bbe72ee39564f8ca.tar.bz2
upstream-13efa28c8ccc4e3910c81629bbe72ee39564f8ca.zip
fix hostapd startup for no-crypto configurations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/files/hostapd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh
index 1ce62fd767..a2f2d6fd1d 100644
--- a/package/hostapd/files/hostapd.sh
+++ b/package/hostapd/files/hostapd.sh
@@ -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