Skip to content

Instantly share code, notes, and snippets.

@feltnerm
Created February 1, 2013 18:55
Show Gist options
  • Save feltnerm/4693260 to your computer and use it in GitHub Desktop.
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.
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