X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/598f0853688102bebdea4daaf88bf2e495353c0a..9e97fe261db0c03effd31865eea9f8759a4f2f16:/package/hostapd/files/hostapd.sh diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 1ce62fd76..a2f2d6fd1 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