mirror of
https://github.com/gryf/wicd.git
synced 2026-03-05 08:15:46 +01:00
Fixed typo in EAP-fast template, re-resolving bug 261804.
This commit is contained in:
@@ -11,10 +11,10 @@ network={
|
|||||||
proto=RSN WPA
|
proto=RSN WPA
|
||||||
pairwise=CCMP TKIP
|
pairwise=CCMP TKIP
|
||||||
group=CCMP TKIP
|
group=CCMP TKIP
|
||||||
key-mgmt=WPA-EAP
|
key_mgmt=WPA-EAP
|
||||||
eap=FAST
|
eap=FAST
|
||||||
identity="$_USERNAME"
|
identity="$_USERNAME"
|
||||||
password="$_PASSWORD"
|
password="$_PASSWORD"
|
||||||
phase1="fast_provisioning=1"
|
phase1="fast_provisioning=1"
|
||||||
pac-file="$_PAC_FILE"
|
pac_file="$_PAC_FILE"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user