Wicd template for Eduroam networks (this should work on Univesity of Jyväskylä's jyu-student and jyu-staff networks).
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
name = EAP-TTLS-PAP | |
author = jkpl | |
version = 1 | |
require identity *Identity password *Password | |
optional ca_cert *Path_to_CA_cert anon_identity *Anonymous_Identity | |
protected password *Password | |
----- | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="$_ESSID" | |
scan_ssid=$_SCAN | |
key_mgmt=WPA-EAP | |
proto=WPA WPA2 | |
eap=TTLS | |
group=CCMP TKIP | |
anonymous_identity="$_ANON_IDENTITY" | |
ca_cert="$_CA_CERT" | |
phase2="auth=PAP" | |
identity="$_IDENTITY" | |
password="$_PASSWORD" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment