Fixed typo in EAP-fast template, re-resolving bug 261804.

This commit is contained in:
Andrew Psaltis
2010-03-29 13:19:08 -04:00
parent cdc88f4ac0
commit b276a93bda
+2 -2
View File
@@ -11,10 +11,10 @@ network={
proto=RSN WPA
pairwise=CCMP TKIP
group=CCMP TKIP
key-mgmt=WPA-EAP
key_mgmt=WPA-EAP
eap=FAST
identity="$_USERNAME"
password="$_PASSWORD"
phase1="fast_provisioning=1"
pac-file="$_PAC_FILE"
pac_file="$_PAC_FILE"
}