Topic: Posting My WPA2 Enterprise EAP-TTLS Template
name = EAP-TTLS
author = Angel Torres
version = 1
require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=TTLS
identity="$_IDENTITY"
anonymous_identity="$_ANONYMOUS_IDENTITY"
password="$_PASSWORD"
ca_cert="$_CA_CERT"
phase2="auth=MSCHAPV2"
}
Last edited by onhel (2009-05-21 14:15:40)