summaryrefslogtreecommitdiffstats
path: root/src/tests/peap-mschapv2.conf
blob: ec9df6862c0c11000e9a2990549cd350ea660192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#   ./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"
}