mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
fix hostapd startup for no-crypto configurations
SVN-Revision: 14276
This commit is contained in:
parent
ceae09d67f
commit
408690fb74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user