From: Kiran Kumar Lokere Date: Wed, 29 Aug 2018 21:22:04 +0000 (-0700) Subject: Define test config attribute to configure OM control support X-Git-Tag: hostap_2_7~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13dd13fc0100da3eb6aa9b358e0a099aec63c574;p=thirdparty%2Fhostap.git 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 --- 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 =