Skip to content

Instantly share code, notes, and snippets.

View trasz's full-sized avatar

Edward Tomasz Napierała trasz

  • University of Cambridge
  • Cambridge, United Kingdom
  • 18:32 (UTC +01:00)
View GitHub Profile
@chickazee4
chickazee4 / wpa_supplicant.conf
Created September 28, 2022 22:39
FreeBSD wpa_supplicant.conf for eduroam
# It took a ton of trial and error to get this right, but this works reliably. The information on the forums is outdated, at least at my university. I hope this helps you if you're stuck.
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="<university-email>"
anonymous_identity="<university-email>"