diff options
Diffstat (limited to 'Documentation/networking/mac80211_hwsim/hostapd.conf')
-rw-r--r-- | Documentation/networking/mac80211_hwsim/hostapd.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/networking/mac80211_hwsim/hostapd.conf b/Documentation/networking/mac80211_hwsim/hostapd.conf new file mode 100644 index 00000000000..08cde7e35f2 --- /dev/null +++ b/Documentation/networking/mac80211_hwsim/hostapd.conf @@ -0,0 +1,11 @@ +interface=wlan0 +driver=nl80211 + +hw_mode=g +channel=1 +ssid=mac80211 test + +wpa=2 +wpa_key_mgmt=WPA-PSK +wpa_pairwise=CCMP +wpa_passphrase=12345678 |