Update eap-ttls-eap-mschapv2.conf
[freeradius.git] / src / tests / eap-ttls-eap-mschapv2.conf
1 #
2 #   eapol_test -c eap-ttls-eap-mschapv2.conf -s testing123
3 #
4 network={
5         ssid="example"
6         key_mgmt=WPA-EAP
7         eap=TTLS
8         identity="bob"
9         anonymous_identity="anonymous"
10         password="bob"
11         phase2="autheap=MSCHAPV2"
12 }