Aber Eduroam
# /etc/wpa_supplicant/eduroam.conf | |
ctrl_interface=/var/run/wpa_supplicant | |
ctrl_interface_group=root | |
network={ | |
ssid="eduroam" | |
scan_ssid=1 | |
key_mgmt=WPA-EAP | |
eap=TTLS | |
identity="abc@aber.ac.uk" | |
password="password" | |
phase1="peaplabel=0" | |
phase2="auth=MSCHAPV2" | |
} | |
# wpa_supplicant -c /etc/wpa_supplicant/eduroam.conf -d -i wlp1s0 -D wext -B & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment