aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
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/drivers
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/drivers')
-rw-r--r--src/drivers/driver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index 9ed52ea..c5941dd 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -100,6 +100,16 @@ struct hostapd_hw_modes {
*/
u8 a_mpdu_params;
+ /**
+ * vht_capab - VHT (IEEE 802.11ac) capabilities
+ */
+ u32 vht_capab;
+
+ /**
+ * vht_mcs_set - VHT MCS (IEEE 802.11ac) rate parameters
+ */
+ u8 vht_mcs_set[8];
+
unsigned int flags; /* HOSTAPD_MODE_FLAG_* */
};