hostapd: forgot the actual change in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 16 Jun 2010 20:28:11 +0000 (20:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 16 Jun 2010 20:28:11 +0000 (20:28 +0000)
SVN-Revision: 21821

package/hostapd/files/wpa_supplicant.sh

index 74d20c66623655fca813e69389c6a2a868bc771b..28d5d20565f3c74b790832e95aadefa0c172a6c1 100644 (file)
@@ -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)