diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 20:28:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 20:28:11 +0000 |
commit | 4289fa555e4a2b1643112c6ad976c54777123782 (patch) | |
tree | 9ed5e2ff6bc72f89911dad175d2f2f6ce2a4455b /package | |
parent | 0d41e013c3e160863ca6deac17d4a77563add990 (diff) | |
download | upstream-4289fa555e4a2b1643112c6ad976c54777123782.tar.gz upstream-4289fa555e4a2b1643112c6ad976c54777123782.tar.bz2 upstream-4289fa555e4a2b1643112c6ad976c54777123782.zip |
hostapd: forgot the actual change in previous commit
SVN-Revision: 21821
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/files/wpa_supplicant.sh | 1 |
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) |