name = WPA with EAP-TTLS author = Shawn MacLean version = 1 require identity *Identity password *Password ----- ctrl_interface=/var/run/wpa_supplicant network={ ssid="$_ESSID" scan_ssid=$_SCAN proto=WPA WPA2 key_mgmt=WPA-EAP pairwise=TKIP group=CCMP TKIP eap=TTLS anonymous_identity="$_IDENTITY" identity="$_IDENTITY" password="$_PASSWORD" phase2="auth=PAP" }