]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.h
hostapd: Initial IEEE 802.11ac (VHT) definitions
[thirdparty/hostap.git] / src / ap / ap_config.h
index 73b200c5ef5b2a0397ffce39300f52b1e7a11935..ca4fe58c85de836e80c0ce1b7a8a24cec162cadd 100644 (file)
@@ -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;
 };