From 13dd13fc0100da3eb6aa9b358e0a099aec63c574 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Wed, 29 Aug 2018 14:22:04 -0700 Subject: [PATCH] Define test config attribute to configure OM control support Define a new QCA vendor specific test config attribute to configure the support for receiving the MPDU with operating mode control subfield. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 75a7cc0a5..d7afa5eb8 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5553,6 +5553,13 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21, + /* 8-bit unsigned value to configure the support for receiving + * an MPDU that contains an operating mode control subfield. + * This attribute is used to configure the testbed device. + * 1-enable, 0-disable. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP = 22, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =