Topic: Not connecting to EAP-TTLS network
I'm not able to connect to my school's network.
Wicd just says "Validating authentication" and then doesn't connect.
I've tried some of the other templates in the forum with no results, is there something wrong with my config?
The info that the school gives is this:
SSID hornet
Authentication Method 802.1x
Authentication Type EAP-TTLS
Encryption Type WPA
Key Style TKIP
Certificate Authority Thawte Premium Server
Domain (leave blank)
My custom template is this:
name = EAP-TTLS
author = SPSU
version = 1
require identity *Identity password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=IEEE8021X WPA-EAP
eap=TTLS
identity="$_IDENTITY"
anonymous_identity="anonymous"
password="$_PASSWORD"
priority=2
phase2="auth=PAP"
}