]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/wpa/wpa_supplicant/examples/wpa2-eap-ccmp.conf
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / wpa / wpa_supplicant / examples / wpa2-eap-ccmp.conf
1 # WPA2-EAP/CCMP using EAP-TLS
2
3 ctrl_interface=/var/run/wpa_supplicant
4
5 network={
6         ssid="example wpa2-eap network"
7         key_mgmt=WPA-EAP
8         proto=WPA2
9         pairwise=CCMP
10         group=CCMP
11         eap=TLS
12         ca_cert="/etc/cert/ca.pem"
13         private_key="/etc/cert/user.p12"
14         private_key_passwd="PKCS#12 passhrase"
15 }