summaryrefslogtreecommitdiffstats
path: root/src/tests/peap-client-mschapv2.conf
blob: 1c609338c186c32da464e7fd3e2c69eb37a60d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#   ./eapol_test -c peap-mschapv2.conf -s testing123
#
network={
	ssid="example"
	key_mgmt=WPA-EAP
	eap=PEAP
	identity="bob"
	anonymous_identity="anonymous"
	password="bob"
	phase2="auth=MSCHAPV2"
	phase1="peapver=0"

	ca_cert="../../raddb/certs/ca.pem"
	client_cert="../../raddb/certs/client.crt"
	private_key="../../raddb/certs/client.key"
	private_key_passwd="whatever"
}