Browse Source

hostapd: forgot the actual change in previous commit

SVN-Revision: 21821
Jo-Philipp Wich 15 years ago
parent
commit
4289fa555e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/hostapd/files/wpa_supplicant.sh

+ 1 - 0
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)