From 7ef42005883d2db04ae1e4624b03cb36d384f9d3 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Thu, 17 Jun 2021 23:27:19 -0700 Subject: [PATCH] QCA vendor attribute to configure BSS max idle support 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 --- src/common/qca-vendor.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 4ad71f7ff..dff984ab4 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =