]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure BSS max idle period
authorKiran Kumar Lokere <klokere@codeaurora.org>
Thu, 18 Feb 2021 19:43:51 +0000 (11:43 -0800)
committerJouni Malinen <j@w1.fi>
Mon, 22 Feb 2021 22:46:21 +0000 (00:46 +0200)
Add a QCA vendor attribute to configure the driver with a specific BSS
max idle period value to advertise in (Re)Association Request frames.

This attribute is used for testing purposes.

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

index d0b4c2dfc89b116a9a1ecd124ce25a0cc0f8bc73..e6133c87c9f5feb2a350160e4757c726f3ae7617 100644 (file)
@@ -7958,6 +7958,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO = 45,
 
+       /* 16-bit unsigned value to configure the driver with a specific BSS
+        * max idle period to advertise in the BSS Max Idle Period element
+        * (IEEE Std 802.11-2016, 9.4.2.79) in (Re)Association Request frames.
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BSS_MAX_IDLE_PERIOD = 46,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =