aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/mac80211_hwsim/wpa_supplicant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/mac80211_hwsim/wpa_supplicant.conf')
-rw-r--r--Documentation/networking/mac80211_hwsim/wpa_supplicant.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/networking/mac80211_hwsim/wpa_supplicant.conf b/Documentation/networking/mac80211_hwsim/wpa_supplicant.conf
new file mode 100644
index 000000000000..299128cff035
--- /dev/null
+++ b/Documentation/networking/mac80211_hwsim/wpa_supplicant.conf
@@ -0,0 +1,10 @@
1ctrl_interface=/var/run/wpa_supplicant
2
3network={
4 ssid="mac80211 test"
5 psk="12345678"
6 key_mgmt=WPA-PSK
7 proto=WPA2
8 pairwise=CCMP
9 group=CCMP
10}