From: Kiran Kumar Lokere Date: Sat, 23 Jun 2018 00:31:45 +0000 (-0700) Subject: Define test config QCA vendor attribute for Tx beamformee NSTS X-Git-Tag: hostap_2_7~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cc77193c6a1835e9da05bb5f2928fde309ac095;p=thirdparty%2Fhostap.git Define test config QCA vendor attribute for Tx beamformee NSTS Add a new wifi test config QCA vendor attribute to configure Tx beamformee number of space-time streams value in the driver. This is used for testbed configuration. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index ed8fb3a67..e428e4b26 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5455,6 +5455,13 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13, + /* 8-bit unsigned value to configure the tx beamformee number + * of space-time streams. + * This attribute is used to configure the testbed device. + * The range of the value is 0 to 8. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =