Skip to content

Instantly share code, notes, and snippets.

@jkpl
Created February 1, 2013 18:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkpl/4693213 to your computer and use it in GitHub Desktop.
Save jkpl/4693213 to your computer and use it in GitHub Desktop.
Wicd template for Eduroam networks (this should work on Univesity of Jyväskylä's jyu-student and jyu-staff networks).
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