summaryrefslogtreecommitdiffstats
path: root/src/tests/eap-ttls-mschapv2.conf
blob: 7901ac8042cf6858ea1b4255cf4cb28db61a9da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#   eapol_test -c eap-ttls-mschapv2.conf -s testing123
#
network={
	key_mgmt=IEEE8021X
	eap=TTLS
	anonymous_identity="anonymous"
	identity="bob"
	password="bob"
	phase1=""
	phase2="auth=MSCHAPV2"
}