mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-16 09:03:05 -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
|
#CONFIG_DRIVER_RADIUS_ACL=y
|
||||||
|
|
||||||
# IEEE 802.11n (High Throughput) support
|
# IEEE 802.11n (High Throughput) support
|
||||||
#CONFIG_IEEE80211N=y
|
CONFIG_IEEE80211N=y
|
||||||
|
|
||||||
# Wireless Network Management (IEEE Std 802.11v-2011)
|
# Wireless Network Management (IEEE Std 802.11v-2011)
|
||||||
# Note: This is experimental and not complete implementation.
|
# 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
|
# This special case is currently supported only with drivers with which
|
||||||
# offloaded ACS is used.
|
# offloaded ACS is used.
|
||||||
# Default: IEEE 802.11b
|
# Default: IEEE 802.11b
|
||||||
hw_mode=b
|
hw_mode=g
|
||||||
|
|
||||||
# Channel number (IEEE 802.11)
|
# Channel number (IEEE 802.11)
|
||||||
# (default: 0, i.e., not set)
|
# (default: 0, i.e., not set)
|
||||||
@ -578,7 +578,7 @@ wmm_ac_vo_acm=0
|
|||||||
# 1 = enabled
|
# 1 = enabled
|
||||||
# Note: You will also need to enable WMM for full HT functionality.
|
# 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.
|
# 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)
|
# ht_capab: HT capabilities (list of flags)
|
||||||
# LDPC coding capability: [LDPC] = supported
|
# LDPC coding capability: [LDPC] = supported
|
||||||
|
@ -12,6 +12,9 @@ network={
|
|||||||
# Enable these to test WPA3/SAE APs
|
# Enable these to test WPA3/SAE APs
|
||||||
#key_mgmt=SAE
|
#key_mgmt=SAE
|
||||||
#ieee80211w=1
|
#ieee80211w=1
|
||||||
|
|
||||||
|
# Might be useful in very noisy environments
|
||||||
|
#disable_ht=1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enterprise network
|
# Enterprise network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user