From 8ea2321ce3316552b5de8e79c62e98085888684e Mon Sep 17 00:00:00 2001 From: Mathy Vanhoef Date: Fri, 18 Dec 2020 21:18:09 +0400 Subject: [PATCH] fragattack: by default use 11n in tests --- hostapd/defconfig | 2 +- hostapd/hostapd.conf | 4 ++-- research/client.conf | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hostapd/defconfig b/hostapd/defconfig index db19c651f..57121d47c 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -149,7 +149,7 @@ CONFIG_IEEE80211R=y #CONFIG_DRIVER_RADIUS_ACL=y # IEEE 802.11n (High Throughput) support -#CONFIG_IEEE80211N=y +CONFIG_IEEE80211N=y # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation. diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 93e3d67ab..4643657cd 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -152,7 +152,7 @@ ssid=testnetwork # This special case is currently supported only with drivers with which # offloaded ACS is used. # Default: IEEE 802.11b -hw_mode=b +hw_mode=g # Channel number (IEEE 802.11) # (default: 0, i.e., not set) @@ -578,7 +578,7 @@ wmm_ac_vo_acm=0 # 1 = enabled # Note: You will also need to enable WMM for full HT functionality. # Note: hw_mode=g (2.4 GHz) and hw_mode=a (5 GHz) is used to specify the band. -#ieee80211n=1 +ieee80211n=1 # ht_capab: HT capabilities (list of flags) # LDPC coding capability: [LDPC] = supported diff --git a/research/client.conf b/research/client.conf index d597e4877..78359f4a8 100644 --- a/research/client.conf +++ b/research/client.conf @@ -12,6 +12,9 @@ network={ # Enable these to test WPA3/SAE APs #key_mgmt=SAE #ieee80211w=1 + + # Might be useful in very noisy environments + #disable_ht=1 } # Enterprise network