From: Kiran Kumar Lokere Date: Thu, 29 Apr 2021 02:47:31 +0000 (-0700) Subject: QCA vendor attribute to configure ER SU PPDU type X-Git-Tag: hostap_2_10~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f1259cd1f3c30e185fd0d9098cebf38c35c0c4;p=thirdparty%2Fhostap.git QCA vendor attribute to configure ER SU PPDU type Add QCA vendor attribute to configure the driver to transmit the Data frames with ER SU PPDU type format. This attribute is used for testing purpose. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index bacc114b8..2a57fc7fc 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -8087,6 +8087,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_6GHZ_SECURITY_TEST_MODE = 51, + /* 8-bit unsigned value to configure the driver to transmit data with + * ER SU PPDU type. + * + * 0 - Default behavior, 1 - Enable ER SU PPDU type TX. + * This attribute is used for testing purposes. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ER_SU_PPDU_TYPE = 52, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =