summaryrefslogtreecommitdiffstats
path: root/src/tests/peap-gtc.conf
blob: bc8c74b85b6118489efdfbd0f2567ecfc17dd01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#   ./eapol_test -c peap-gtc.conf -s testing123
#
network={
	ssid="example"
	key_mgmt=WPA-EAP
	eap=PEAP
	identity="bob"
	anonymous_identity="anonymous"
	password="bob"
	phase1=""
	phase2="auth=GTC"
}