From 5d332a13f7dcc482337ae7b59aa046d3347b6d0d Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Tue, 25 Sep 2018 17:45:28 -0700 Subject: [PATCH] Add test config QCA vendor attribute for action frame Tx in TB PPDU Add a new wifi test config QCA vendor attribute to configure action frame transmission in HE trigger based PPDU. This is used for testbed configuration. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 79fb98282..3df41b1ac 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5667,6 +5667,15 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31, + /* 8-bit unsigned value to configure action frame transmission + * in HE trigger based 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_ACTION_TX_TB_PPDU = 32, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX = -- 2.47.2