From 0721e48863165de4df08028f8030bc0d92ed7e99 Mon Sep 17 00:00:00 2001 From: Gururaj Pandurangi Date: Tue, 1 Jul 2025 14:23:47 -0700 Subject: [PATCH] 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 --- src/common/qca-vendor.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = -- 2.47.3