]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure BSS max idle support
authorKiran Kumar Lokere <klokere@codeaurora.org>
Fri, 18 Jun 2021 06:27:19 +0000 (23:27 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 13 Jul 2021 20:52:18 +0000 (23:52 +0300)
Add new QCA vendor attribute to configure the driver to enable/disable
the BSS max idle period support. This attribute is used for testing
purposes.

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

index 4ad71f7ff61349786b13eecf9383e4c7d2fb737d..dff984ab483a96bc3a8e2a701391f77992e53b7b 100644 (file)
@@ -8138,6 +8138,15 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_USE_BSSID_IN_PROBE_REQ_RA = 54,
 
+       /* 8-bit unsigned value to configure the driver to enable/disable the
+        * BSS max idle period support.
+        *
+        * 0 - Disable the BSS max idle support.
+        * 1 - Enable the BSS max idle support.
+        * This attribute is used for testing purposes.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BSS_MAX_IDLE_PERIOD_ENABLE = 55,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =