Skip to content

Instantly share code, notes, and snippets.

@greymechanic
Created December 1, 2013 19:26
Show Gist options
  • Save greymechanic/7739725 to your computer and use it in GitHub Desktop.
Save greymechanic/7739725 to your computer and use it in GitHub Desktop.
wpa_supplicant file for 802.1x network @SAIC /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="wireless.artic.edu"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=TTLS
identity="YOUR_USERNAME"
password="SECRET_PASSWORD"
phase2="auth=PAP"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment