From: Kiran Kumar Lokere Date: Wed, 26 Sep 2018 00:24:38 +0000 (-0700) Subject: Define test config QCA vendor attribute for HE SU PPDU Tx config X-Git-Tag: hostap_2_7~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94aab6ddd0a8d48f40ee2b1dade68b6122788dc;p=thirdparty%2Fhostap.git Define test config QCA vendor attribute for HE SU PPDU Tx config Add a new wifi test config QCA vendor attribute to configure HE single user PPDU transmission. 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 3c7d59287..79fb98282 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5659,6 +5659,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG = 30, + /* 8-bit unsigned value to configure HE single user PPDU + * transmission. By default this setting is disabled and it + * is disabled in the reset defaults of the device configuration. + * This attribute is used to configure the testbed device. + * 1-enable, 0-disable + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =