|
@@ -6033,6 +6033,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 =
|