Skip to content

Instantly share code, notes, and snippets.

@ryankurte
Created December 12, 2016 22:13
Show Gist options
  • Save ryankurte/ecc1aac99c140203df893a284354fc5c to your computer and use it in GitHub Desktop.
Save ryankurte/ecc1aac99c140203df893a284354fc5c to your computer and use it in GitHub Desktop.
UoA WiFi config for linux
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
# Config for headless linux devices on UoA WiFi
network={
ssid="UoA-WiFi"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=PEAP
identity="UPI"
password="PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment