Last active
December 18, 2015 13:59
-
-
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.
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-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