You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
346 B

#
# eapol_test -c ttls-pap.conf -s testing123
#
network={
ssid="example"
key_mgmt=WPA-EAP
eap=TTLS
identity="user"
anonymous_identity="anonymous"
password="pwd"
phase2="auth=PAP"
#
# Uncomment the following to perform server certificate validation.
ca_cert="./ssl/cert/ca.pem"
}