mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
fragattack: by default use 11n in tests
This commit is contained in:
parent
87e5a7e832
commit
8ea2321ce3
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user