# /etc/wpa_supplicant.conf # don't forget to set your credentials ( + ), # the ssid of the network () and the location of the # certificate file () ! ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 network={ ssid="" proto=WPA key_mgmt=WPA-EAP eap=TTLS identity="" password="" ca_cert="" phase2="auth=PAP" priority=4 }