Note: There’s apparently a bug which results in “Bad Password” errors. Using PEAP with GTC may work.
/etc/wicd/encrytion/templates
:
name = PEAP-MSCHAPV2
version = 1
require identity *Identity password *Password
optional ca_cert *Path_to_CA_Cert
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
proto=RSN WPA
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
identity="$_IDENTITY"
password="$_PASSWORD"
ca_cert="$_CA_CERT"
phase1="peaplavel=0"
phase2="auth=MSCHAPV2"
}
active
.
Reference: http://kb.iu.edu/data/bbtc.html
Home | Back to Misc Code & SoftwareThis work is licensed under CC BY-NC 4.0