#
#   ./eapol_test -c peap-mschapv2.conf -s testing123
#
network={
	ssid="example"
	key_mgmt=WPA-EAP
	eap=PEAP
	identity="bob"
	anonymous_identity="anonymous"
	password="bob"
	phase1="peapver=0"
	phase2="auth=MSCHAPV2"
}
