projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d41e01
)
hostapd: forgot the actual change in previous commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 16 Jun 2010 20:28:11 +0000
(20:28 +0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/hostapd/files/wpa_supplicant.sh
b/package/hostapd/files/wpa_supplicant.sh
index 74d20c66623655fca813e69389c6a2a868bc771b..28d5d20565f3c74b790832e95aadefa0c172a6c1 100644
(file)
--- 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)