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