eap-ttls-eap-mschapv2.conf   [plain text]


#
#   eapol_test -c eap-ttls-mschapv2.conf -s testing123
#
network={
        ssid="example"
        key_mgmt=WPA-EAP
        eap=TTLS
        identity="bob"
        anonymous_identity="anonymous"
        password="bob"
        phase2="autheap=MSCHAPV2"
}