]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor test config attribute for MLO link powersave
authorKiran Kumar Lokere <quic_klokere@quicinc.com>
Thu, 8 Jun 2023 19:43:29 +0000 (12:43 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 22 Jun 2023 18:58:36 +0000 (21:58 +0300)
Define a new QCA vendor test config attribute to configure powersave
on MLO links.

This attribute is used for testing purposes.

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

index 49cb1326ae9d020e47d48bd111c66e3119228785..f6916aa2ca6f7c6bc2bd9913562eb2827780c2a5 100644 (file)
@@ -9706,6 +9706,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_MLO_STR_TX = 70,
 
+       /* Nested attribute to indicate EHT MLO links on which powersave to be
+        * enabled. It contains link ID attributes. These nested attributes are
+        * of the type u8 and are used to enable the powersave on associated
+        * MLO links corresponding to the link IDs provided in the command.
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_MLO_LINK_POWER_SAVE = 71,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =