]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define test config vendor attribute for Tx beamformee configuration
authorKiran Kumar Lokere <klokere@codeaurora.org>
Mon, 14 May 2018 20:01:41 +0000 (13:01 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 15 May 2018 22:16:54 +0000 (01:16 +0300)
Add a new wifi test config QCA vendor attribute to configure Tx
beamformee in the driver. This is used for testbed configuration.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 00f32097913607d6bb2de3b170ccbaf1aeff1397..f6d1bc6ec4ddc917aa82ce7de1ee40932bffa0d8 100644 (file)
@@ -5398,6 +5398,12 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF = 12,
 
+       /* 8-bit unsigned value to configure the tx beamformee.
+        * This attribute is used to configure the testbed device.
+        * 1-enable, 0-disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =