Fix typo in wpa_supplicant (#4208)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13209 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
db2352a922
commit
57b3089241
|
@ -28,7 +28,7 @@ wpa_supplicant_setup_vif() {
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
WPA|wpa|WPA2|wpa2i|8021x|8021X)
|
||||
WPA|wpa|WPA2|wpa2|8021x|8021X)
|
||||
proto='WPA2'
|
||||
key_mgmt='WPA-EAP'
|
||||
config_get ca_cert "$vif" ca_cert
|
||||
|
|
Loading…
Reference in New Issue