Wicd template for Penn State University for the wireless 2 network
This template was a modification of another template found at "The official Wicd forum" and the information that was used came from Penn State's website.
Though, there is more information that could be entered in I decided not to because it was not required to connect.
name = EAP-TTLS
author = Godfrey
version = 1
require username *Username password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
fast_reauth=1
network={
ssid="$_ESSID"
key_mgmt=WPA-EAP
eap=TTLS
identity="$_USERNAME"
password="$_PASSWORD"
phase2="auth=PAP"
}