From: Gururaj Pandurangi Date: Tue, 1 Jul 2025 21:23:47 +0000 (-0700) Subject: Add QCA vendor attribute to configure EHT RTWT support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0721e48863165de4df08028f8030bc0d92ed7e99;p=thirdparty%2Fhostap.git Add QCA vendor attribute to configure EHT RTWT support Define a QCA vendor attribute to configure RTWT support subfield within the EHT capabilities element of the Association Request frame for testing purposes. Signed-off-by: Gururaj Pandurangi --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 1c153c074..26ecc64c0 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -10934,6 +10934,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BTM_REQ_RESP = 79, + /* 8-bit unsigned value to configure Restricted TWT feature support + * within the EHT capabilities element of the Association Request frame. + * + * This attribute is used to configure the testbed device. + * 1-enable, 0-disable. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_RTWT_SUPPORT = 80, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =