]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attributes to configure BTWT and Rx control frame to MultiBSS
authorKiran Kumar Lokere <klokere@codeaurora.org>
Mon, 26 Jul 2021 21:47:29 +0000 (14:47 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 28 Jul 2021 09:51:15 +0000 (12:51 +0300)
Add QCA vendor attributes to configure the driver to enable/disable the
Broadcast TWT support and Rx Control Frame To MultiBSS support in HE
capabilities information field. This attribute is used for testing
purposes.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 5b274e0556d5ddff42a782d60329a43c35596231..209b396388acac3bfbe891a2b3823fdc6a8f295f 100644 (file)
@@ -8158,6 +8158,24 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BSS_MAX_IDLE_PERIOD_ENABLE = 55,
 
+       /* 8-bit unsigned value to configure the driver/firmware to enable or
+        * disable Rx control frame to MultiBSS subfield in the HE MAC
+        * capabilities information field.
+        * 0 - Disable Rx control frame to MultiBSS subfield
+        * 1 - Enable Rx control frame to MultiBSS subfield
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RX_CTRL_FRAME_TO_MBSS = 56,
+
+       /* 8-bit unsigned value to configure the driver/firmware to enable or
+        * disable Broadcast TWT support subfield in the HE MAC capabilities
+        * information field.
+        * 0 - Disable Broadcast TWT support subfield
+        * 1 - Enable Broadcast TWT support subfield
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BCAST_TWT_SUPPORT = 57,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =