Skip to content

Instantly share code, notes, and snippets.

@eivanhoe
eivanhoe / eduroam.conf
Last active January 23, 2017 20:45
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"