aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/defconfig
diff options
context:
space:
mode:
authorMahesh Palivela <maheshp@posedge.com>2012-06-30 13:52:13 +0300
committerJouni Malinen <j@w1.fi>2012-06-30 13:52:13 +0300
commitefe45d147165368e916670ba83f621df7107c282 (patch)
treebb8ea2f11bdab6207b9287c1c2dd35218ba0824a /hostapd/defconfig
parentacc5f4ec60d3cd2f79f6e249b9d249b726667cdc (diff)
downloadexternal_wpa_supplicant_8_ti-efe45d147165368e916670ba83f621df7107c282.zip
external_wpa_supplicant_8_ti-efe45d147165368e916670ba83f621df7107c282.tar.gz
external_wpa_supplicant_8_ti-efe45d147165368e916670ba83f621df7107c282.tar.bz2
hostapd: Initial IEEE 802.11ac (VHT) definitions
Add IEEE 802.11ac definitions for config, IEEE structures, constants. Signed-hostap: Mahesh Palivela <maheshp@posedge.com>
Diffstat (limited to 'hostapd/defconfig')
-rw-r--r--hostapd/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig
index e5c9ac6..9c5b13a 100644
--- a/hostapd/defconfig
+++ b/hostapd/defconfig
@@ -142,6 +142,9 @@ CONFIG_IPV6=y
# Note: This is experimental and not complete implementation.
#CONFIG_WNM=y
+# IEEE 802.11ac (Very High Throughput) support
+#CONFIG_IEEE80211AC=y
+
# Remove debugging code that is printing out debug messages to stdout.
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.