xref: /freebsd/contrib/wpa/wpa_supplicant/examples/ieee8021x.conf (revision 10b3b54548f2290bbe8d8f88c59c28d12b7a635d)
1# IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
2
3ctrl_interface=/var/run/wpa_supplicant
4
5network={
6	ssid="example 802.1x network"
7	key_mgmt=IEEE8021X
8	eap=PEAP
9	phase2="auth=MSCHAPV2"
10	identity="user name"
11	password="password"
12	ca_cert="/etc/cert/ca.pem"
13}
14