aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap
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 /src/ap
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 'src/ap')
-rw-r--r--src/ap/ap_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ap/ap_config.h b/src/ap/ap_config.h
index 73b200c..ca4fe58 100644
--- a/src/ap/ap_config.h
+++ b/src/ap/ap_config.h
@@ -365,6 +365,7 @@ struct hostapd_bss_config {
#define TDLS_PROHIBIT_CHAN_SWITCH BIT(1)
int tdls;
int disable_11n;
+ int disable_11ac;
/* IEEE 802.11v */
int time_advertisement;
@@ -452,6 +453,9 @@ struct hostapd_config {
int ieee80211n;
int secondary_channel;
int require_ht;
+ u32 vht_capab;
+ int ieee80211ac;
+ u8 vht_oper_chwidth;
};