From: Kiran Kumar Lokere Date: Fri, 9 Sep 2022 23:42:45 +0000 (-0700) Subject: QCA vendor attribute to configure periodic sounding X-Git-Tag: hostap_2_11~1727 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897e090852b8132c65ea98f9b892699503fe2445;p=thirdparty%2Fhostap.git QCA vendor attribute to configure periodic sounding Add a new QCA vendor attribute to configure the periodic sounding for Tx beamformer functionality. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 5537aab1f..9f2bf1eff 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -8809,6 +8809,16 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_11BE_EMLSR_MODE = 58, + /* 8-bit unsigned value to configure the driver to enable/disable the + * periodic sounding for Tx beamformer functionality. The default + * behavior uses algorithm to do sounding based on packet stats. + * + * 0 - Default behavior. + * 1 - Enable the periodic sounding for Tx beamformer. + * This attribute is used for testing purposes. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BEAMFORMER_PERIODIC_SOUNDING = 59, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =