Skip to content

Instantly share code, notes, and snippets.

@yyolk
Forked from greymechanic/wpa_supplicant.conf
Created December 1, 2013 19:29
Show Gist options
  • Save yyolk/7739752 to your computer and use it in GitHub Desktop.
Save yyolk/7739752 to your computer and use it in GitHub Desktop.
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