name = EAP-TTLS version = 1 require anonymous_identity *Anonymous_identity identity *Identity ca_cert *Path_to_ca_cert private_key_passwd *Private_key_passwd protected identity *Identity private_key_passwd *Private_key_passwd ----- ctrl_interface=/var/run/wpa_supplicant network={ ssid="$_ESSID" proto=RSN key_mgmt=WPA-EAP group=CCMP TKIP auth_alg=OPEN eap=TTLS anonymous_identity="$_ANONYMOUS_IDENTITY" phase2="auth=PAP" identity="$_IDENTITY" password="$_PRIVATE_KEY_PASSWD" ca_cert="$_CA_CERT" }