Signed / unsigned fixes and function prototypes
[freeradius.git] / src / tests / peap-mschapv2.conf
1 #
2 #   ./eapol_test -c eap-ttls-mschapv2.conf -s testing123
3 #
4 network={
5         ssid="example"
6         key_mgmt=WPA-EAP
7         eap=PEAP
8         identity="bob"
9         anonymous_identity="anonymous"
10         password="bob"
11         phase2="auth=MSCHAPV2"
12 }