Slightly lower impact way of cleaning up old sessions
[freeradius.git] / src / tests / eap-mschapv2.conf
1 #
2 #   eapol_test -c eap-mschapv2.conf -s testing123
3 #
4 network={
5         ssid="example"
6         key_mgmt=WPA-EAP
7         eap=MSCHAPV2
8         identity="bob"
9         password="hello"
10 }