RMIT University Logo - how to use RMIT wpa_supplicant with arch linuxRMIT University Logo - how to use RMIT wpa_supplicant with arch linux

Using arch linux and wpa_supplicant is sometimes a pain when you want to do something outside of the norm. Here is my wpa_supplicant.conf for RMIT University and other eduroam wifi hotspots.

1
2
3
4
5
6
7
8
9
10
# wpa_supplicant.conf
# https://gist.github.com/ryanralph/0778a9f65d76429be117
network={
ssid="RMIT-University"
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="s123456"
password="MADSECUREPASSWORD HERE"
}

For non RMIT based eduroam hotspots just change the SSID.