mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:46:30 +02:00
Fix typo in wpa_supplicant (#4208)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9765eded20
commit
e3c583df0f
@ -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
Block a user