Created
December 11, 2018 22:25
-
-
Save ceremcem/978838eb34bf148468679c2b3942d48d to your computer and use it in GitHub Desktop.
Eduroam configuration for wpa_supplicant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network={ | |
ssid="eduroam" | |
scan_ssid=1 | |
key_mgmt=WPA-EAP | |
identity="your-identity-here" | |
password="your-password-here" | |
eap=TTLS | |
phase2="auth=PAP" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment