remove @EAP_LDFLAGS@, no longer exists
[mech_eap.git] / libeap / wpa_supplicant / examples / wpa2-eap-ccmp.conf
diff --git a/libeap/wpa_supplicant/examples/wpa2-eap-ccmp.conf b/libeap/wpa_supplicant/examples/wpa2-eap-ccmp.conf
new file mode 100644 (file)
index 0000000..d7a64d8
--- /dev/null
@@ -0,0 +1,15 @@
+# WPA2-EAP/CCMP using EAP-TLS
+
+ctrl_interface=/var/run/wpa_supplicant
+
+network={
+       ssid="example wpa2-eap network"
+       key_mgmt=WPA-EAP
+       proto=WPA2
+       pairwise=CCMP
+       group=CCMP
+       eap=TLS
+       ca_cert="/etc/cert/ca.pem"
+       private_key="/etc/cert/user.p12"
+       private_key_passwd="PKCS#12 passhrase"
+}