name = eap-ttls Author = jakis version = 1 require anon_identity *Anonymous_Identity ca_cert *Path_to_CA_Cert identity *Identity password *Password protected password *Password ---- eapol_version=2 ap_scan=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid="$_ESSID" scan_ssid=$_SCAN key_mgmt= WPA-EAP IEEE8021X eap=TTLS pairwise=CCMP TKIP group=CCMP TKIP phase2="auth=PAP" ca_cert="$_CA_CERT" anonymous_identity="$_ANON_IDENTITY" identity="$_IDENTITY" password="$_PASSWORD" }