Skip to content

Instantly share code, notes, and snippets.

@matthewberryman
Created March 16, 2016 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewberryman/b57d2110948be42dfb3a to your computer and use it in GitHub Desktop.
Save matthewberryman/b57d2110948be42dfb3a to your computer and use it in GitHub Desktop.
University of Wollongong UoW wpa_supplicant.conf example
country=AU
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="UOW"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=PEAP
identity="your_username"
password="your_password"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment