Created
February 1, 2013 18:55
-
-
Save feltnerm/4693260 to your computer and use it in GitHub Desktop.
UW-Platt uses WPA2-PEAP2 encryption, which is not in the default wicd encryption templates. Putting this here for reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = WPA2-PEAP2 | |
version = 1 | |
require identity *Username password *Password | |
protected password *Password | |
----- | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="$_ESSID" | |
scan_ssid="$_SCAN" | |
key_mgmt=WPA-EAP | |
eap=PEAP | |
identity="$_IDENTITY" | |
password="$_PASSWORD" | |
phase2="auth=MSCHAPv2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment