]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define a QCA vendor attribute to update the CTS channel width
authorKiran Kumar Lokere <quic_klokere@quicinc.com>
Mon, 8 May 2023 21:39:57 +0000 (14:39 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 22 May 2023 17:05:48 +0000 (20:05 +0300)
Define a new QCA vendor attribute to configure channel bandwidth to the
driver for CTS frame transmission. This is used for testing purposes.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/qca-vendor.h

index ac6ea3c82f80045fd430cad42550c8a933359867..82fa38e839d2fd55ec581180f986426f0af0650e 100644 (file)
@@ -2985,6 +2985,16 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_EMLSR_MODE_SWITCH = 93,
 
+       /* 8-bit unsigned value to configure the channel bandwidth
+        * for CTS frame transmission during the dymamic bandwidth
+        * signaling CTS procedure referred in IEEE Std 802.11-2020,
+        * 10.3.2.9 CTS and DMG CTS procedure.
+        * This configuration is used for testing purposes.
+        *
+        * This uses values defined in enum nl80211_chan_width.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_CTS_CHANNEL_WIDTH = 94,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =