updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / wicd-eduroam / eduroam
blobe8fd82f4428569271e80ea88dc1ce6c3ff4a1acf
1 name = eduroam
2 author = Ander Martinez
3 version = 2
4 require identity *Identity password *Password
5 -----
6 ctrl_interface=/var/run/wpa_supplicant
7 network={
8         ssid="$_ESSID"
9         scan_ssid="$_SCAN"
10         proto=WPA WPA2
11         key_mgmt=WPA-EAP
12         pairwise=CCMP TKIP
13         eap=TTLS
14         phase2="auth=PAP"
15         identity="$_IDENTITY"
16         password="$_PASSWORD"