Skip to content

Instantly share code, notes, and snippets.

@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>"