aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/defconfig
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2012-01-29 21:01:31 +0200
committerJouni Malinen <j@w1.fi>2012-01-29 21:01:31 +0200
commit80e8a5eef15cbca4e92037e6a92d75bdd0317700 (patch)
tree0d3a58134894a9ebd25b457ea4fbe989474c8be3 /wpa_supplicant/defconfig
parent499e7286b0a3ed02beb03bf0e6a4a4d0c5ed3cf9 (diff)
downloadexternal_wpa_supplicant_8_ti-80e8a5eef15cbca4e92037e6a92d75bdd0317700.zip
external_wpa_supplicant_8_ti-80e8a5eef15cbca4e92037e6a92d75bdd0317700.tar.gz
external_wpa_supplicant_8_ti-80e8a5eef15cbca4e92037e6a92d75bdd0317700.tar.bz2
Support HT capability overrides
This allows HT capabilities overrides on kernels that support these features. MCS Rates can be disabled to force to slower speeds when using HT. Rates cannot be forced higher. HT can be disabled, forcing an 802.11a/b/g/n station to act like an 802.11a/b/g station. HT40 can be disabled. MAX A-MSDU can be disabled. A-MPDU Factor and A-MPDU Density can be modified. Please note that these are suggestions to the kernel. Only mac80211 drivers will work at all. The A-MPDU Factor can only be decreased and the A-MPDU Density can only be increased currently. Signed-hostap: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r--wpa_supplicant/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index cff25d6..69a8625 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -217,6 +217,9 @@ CONFIG_SMARTCARD=y
# Enable this if EAP-SIM or EAP-AKA is included
#CONFIG_PCSC=y
+# Support HT overrides (disable HT/HT40, mask MCS rates, etc.)
+#CONFIG_HT_OVERRIDES=y
+
# Development testing
#CONFIG_EAPOL_TEST=y