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"
}

Penn State University wireless 2 (psu) (last edited 2011-06-22 15:41:38 by vzhost)