]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define test config attribute to configure OM control support
authorKiran Kumar Lokere <klokere@codeaurora.org>
Wed, 29 Aug 2018 21:22:04 +0000 (14:22 -0700)
committerJouni Malinen <jouni@codeaurora.org>
Wed, 5 Sep 2018 21:01:57 +0000 (00:01 +0300)
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 <jouni@codeaurora.org>
src/common/qca-vendor.h

index 75a7cc0a56e277c6ad7b50674908a9db403b0c26..d7afa5eb82b4451b7da770e1eb4daf58352138df 100644 (file)
@@ -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 =