Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Created June 20, 2013 10:16
Show Gist options
  • Save muxueqz/5821691 to your computer and use it in GitHub Desktop.
Save muxueqz/5821691 to your computer and use it in GitHub Desktop.
company wifi eap
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