ctrl_interface=wpa_supplicant.ctrl network={ ssid="QA test 802.1x network" key_mgmt=IEEE8021X eap=TTLS phase2="autheap=TLS" identity="testuser" anonymous_identity="anonymous" client_cert="/etc/raddb/certs/client.pem" private_key="/etc/raddb/certs/client.pem" private_key_passwd="whatever" client_cert2="/etc/raddb/certs/client.pem" private_key2="/etc/raddb/certs/client.pem" private_key2_passwd="whatever" ca_cert="/etc/raddb/certs/ca.pem" ca_cert2="/etc/raddb/certs/ca.pem" }