Skip to content

Instantly share code, notes, and snippets.

@eivanhoe
Last active January 23, 2017 20:45
Show Gist options
  • Save eivanhoe/d6742e5222a6409aa8ca8dc7850065ae to your computer and use it in GitHub Desktop.
Save eivanhoe/d6742e5222a6409aa8ca8dc7850065ae to your computer and use it in GitHub Desktop.
bare minimum for connecting to eduroam
# Usage: wpa_supplicant -i wlan0 -c eduroam.conf
ctrl_interface=/run/wpa_supplicant GROUP=wheel
update_config=1
network={
# required: network type
ssid="BCIT_SECURE"
key_mgmt=WPA-EAP
eap=PEAP TTLS
# required: client credentials
identity="A00xxxxx"
password="flutterdash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment