Created
June 20, 2013 10:16
-
-
Save muxueqz/5821691 to your computer and use it in GitHub Desktop.
company wifi eap
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 = Uni | |
author = Me | |
version = 1 | |
require identity *Identity password *Password | |
----- | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="$_ESSID" | |
scan_ssid=$_SCAN | |
proto=RSN | |
key_mgmt=WPA-EAP | |
pairwise=CCMP | |
group=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