From 63f2a286ce8a6ca565535de046cc7450b145c44c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 16 Jun 2010 20:28:11 +0000 Subject: [package] hostapd: forgot the actual change in previous commit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21821 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/files/wpa_supplicant.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/hostapd/files') 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) -- cgit v1.2.3