From 4289fa555e4a2b1643112c6ad976c54777123782 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 16 Jun 2010 20:28:11 +0000
Subject: [PATCH] hostapd: forgot the actual change in previous commit

SVN-Revision: 21821
---
 package/hostapd/files/wpa_supplicant.sh | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
2.30.2