remove @EAP_LDFLAGS@, no longer exists
[mech_eap.orig] / libeap / mac80211_hwsim / wpa_supplicant.conf
diff --git a/libeap/mac80211_hwsim/wpa_supplicant.conf b/libeap/mac80211_hwsim/wpa_supplicant.conf
new file mode 100644 (file)
index 0000000..299128c
--- /dev/null
@@ -0,0 +1,10 @@
+ctrl_interface=/var/run/wpa_supplicant
+
+network={
+       ssid="mac80211 test"
+       psk="12345678"
+       key_mgmt=WPA-PSK
+       proto=WPA2
+       pairwise=CCMP
+       group=CCMP
+}