Skip to content

Instantly share code, notes, and snippets.

@saidie
Last active December 18, 2015 13:59
Show Gist options
  • Save saidie/5794260 to your computer and use it in GitHub Desktop.
Save saidie/5794260 to your computer and use it in GitHub Desktop.
wicd template for WPA2 PEAP (EAP-MSCHAPv2). Modified version of /etc/wicd/encryption/templates/wpa2-peap in an Arch package wicd 1.7.2.4-7.
name = WPA2-PEAP-MSCHARPv2
author = saidie
version = 1
require identity *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
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