From 9e856d55bcc184916c508d1cc37744789ef46a2d Mon Sep 17 00:00:00 2001 From: Giulio Date: Thu, 21 May 2020 19:33:01 +0200 Subject: [PATCH] Hostapd working example config --- conf/etc/hostapd.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf/etc/hostapd.conf diff --git a/conf/etc/hostapd.conf b/conf/etc/hostapd.conf new file mode 100644 index 0000000..ae5c64b --- /dev/null +++ b/conf/etc/hostapd.conf @@ -0,0 +1,12 @@ +interface=wlan0 +hw_mode=g +channel=1 +wmm_enabled=1 + +ssid=Challenge-A2D0 +auth_algs=1 +wpa=2 +wpa_key_mgmt=WPA-PSK +rsn_pairwise=CCMP +wpa_passphrase=somepassword +ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935][DSSS_CCK-40]