From: Arif Hussain Date: Tue, 12 Mar 2019 21:59:48 +0000 (-0700) Subject: Vendor attribute to enable or disable TWT request support X-Git-Tag: hostap_2_8~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bde9581f3577e90a74ae52f2e962ccd721917c;p=thirdparty%2Fhostap.git Vendor attribute to enable or disable TWT request support Add a new QCA vendor attribute for testing purposes. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index de6c29c9a..466ea87b3 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5878,6 +5878,12 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36, + /* 8-bit unsigned value to configure TWT request support. + * This attribute is used to configure the testbed device. + * 1-enable, 0-disable. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TWT_REQ_SUPPORT = 37, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =