From: Kiran Kumar Lokere Date: Thu, 18 Feb 2021 20:41:55 +0000 (-0800) Subject: QCA vendor attribute to disable data and management frame Tx X-Git-Tag: hostap_2_10~524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875d7be38c70b0b92990e99dd763a5f073f96b32;p=thirdparty%2Fhostap.git QCA vendor attribute to disable data and management frame Tx Add a QCA vendor attribute to configure the driver to disable data and management response frame transmission to test the BSS max idle period feature. This attribute is used for testing purposes. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 42921d2bf..970a04e23 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -7972,6 +7972,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RU_242_TONE_TX = 47, + /* 8-bit unsigned value to configure the driver to disable data and + * management response frame transmission to test the BSS max idle + * feature. + * 0 - Default behavior, 1 - Disable data and management response Tx. + * This attribute is used to configure the testbed device. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_DATA_MGMT_RSP_TX = 48, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =