Created
October 22, 2018 09:28
-
-
Save cyber-murmel/cc0c52c7fe59b7f4e06675a996f6cb68 to your computer and use it in GitHub Desktop.
This file contains 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
ctrl_interface=/run/wpa_supplicant | |
### key_mgmt=NONE | |
network={ | |
ssid="hamburg.freifunk.net" | |
key_mgmt=NONE | |
priority=0 | |
} | |
### WPA enterprise | |
network={ | |
ssid="eduroam" | |
proto=WPA RSN | |
key_mgmt=WPA-EAP | |
pairwise=CCMP TKIP | |
eap=TTLS | |
identity="[email protected]" | |
anonymous_identity="[email protected]" | |
subject_match="radius.haw-hamburg.de" | |
password="yourPasswordHere" | |
ca_cert="/etc/ca-certificates/extracted/cadir/Deutsche_Telekom_Root_CA_2.pem" | |
phase2="auth=PAP" | |
priority=100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment