From: Gururaj Pandurangi Date: Tue, 7 Jan 2025 01:14:04 +0000 (-0800) Subject: Add QCA vendor attribute for triggered SU BF support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54f4aab6fa2905261e141e7253b0dd764526d94;p=thirdparty%2Fhostap.git Add QCA vendor attribute for triggered SU BF support Add vendor attribute for EHT testbed STA to configure the triggered single user beamforming feedback in the EHT capabilities of an Association Request frame. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 6c80589c0..352203b87 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -10585,6 +10585,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RSNE_ADD_RANDOM_PMKIDS = 75, + /* 8-bit unsigned value to configure Triggered SU Beamforming Feedback + * support in the EHT capabilities of an Association Request frame. + * 1-enable, 0-disable + * + * This attribute is used for testing purposes. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_TRIG_SU_BFORMING_FEEDBACK = 76, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =