Skip to content

Instantly share code, notes, and snippets.

@FeliciousX
Created April 22, 2014 10:21
Show Gist options
  • Save FeliciousX/11173188 to your computer and use it in GitHub Desktop.
Save FeliciousX/11173188 to your computer and use it in GitHub Desktop.
wpa_supplicant config file for Swinburne University of Technology Sarawak Campus wifi
network={
ssid="swinwifi"
key_mgmt=WPA-EAP
eap=TTLS
identity="yourID"
password="yourpassword"
ca_cert="/path/to/cert"
phase2="auth=PAP"
priority=2
}
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=PEAP
proto=RSN WPA
auth_alg=OPEN
identity="yourID@swinburne.edu.my"
password="yourpassword"
priority=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment