Skip to content

Instantly share code, notes, and snippets.

@jmvrbanac
Last active January 4, 2016 18:19
Show Gist options
  • Save jmvrbanac/8660082 to your computer and use it in GitHub Desktop.
Save jmvrbanac/8660082 to your computer and use it in GitHub Desktop.
Wicd template for wireless with PEAP and MSCHAPv2
name=PEAP with MSCHAPv2
author=jmvrbanac
version = 1
require username *Username password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="$_USERNAME"
password="$_PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment