aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-06-16 20:28:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-06-16 20:28:11 +0000
commit63f2a286ce8a6ca565535de046cc7450b145c44c (patch)
treef05551d63429c397b3fb1ccaab562004a617345d /package/hostapd/files
parent6223ca579ccbdd2ceb6e8ff5cad0b3f8150fbda3 (diff)
downloadupstream-63f2a286ce8a6ca565535de046cc7450b145c44c.tar.gz
upstream-63f2a286ce8a6ca565535de046cc7450b145c44c.tar.bz2
upstream-63f2a286ce8a6ca565535de046cc7450b145c44c.zip
[package] hostapd: forgot the actual change in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/wpa_supplicant.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/files/wpa_supplicant.sh b/package/hostapd/files/wpa_supplicant.sh
index 74d20c6662..28d5d20565 100644
--- a/package/hostapd/files/wpa_supplicant.sh
+++ b/package/hostapd/files/wpa_supplicant.sh
@@ -70,6 +70,7 @@ wpa_supplicant_setup_vif() {
key_mgmt='WPA-EAP'
config_get ieee80211w "$vif" ieee80211w
config_get ca_cert "$vif" ca_cert
+ config_get eap_type "$vif" eap_type
ca_cert=${ca_cert:+"ca_cert=\"$ca_cert\""}
case "$eap_type" in
tls)