From: Kiran Kumar Lokere Date: Mon, 8 May 2023 21:39:57 +0000 (-0700) Subject: Define a QCA vendor attribute to update the CTS channel width X-Git-Tag: hostap_2_11~1173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2c09eb95e6c4747fed0fe40db8cbee453d15a91;p=thirdparty%2Fhostap.git Define a QCA vendor attribute to update the CTS channel width Define a new QCA vendor attribute to configure channel bandwidth to the driver for CTS frame transmission. This is used for testing purposes. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index ac6ea3c82..82fa38e83 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2985,6 +2985,16 @@ enum qca_wlan_vendor_attr_config { */ QCA_WLAN_VENDOR_ATTR_CONFIG_EMLSR_MODE_SWITCH = 93, + /* 8-bit unsigned value to configure the channel bandwidth + * for CTS frame transmission during the dymamic bandwidth + * signaling CTS procedure referred in IEEE Std 802.11-2020, + * 10.3.2.9 CTS and DMG CTS procedure. + * This configuration is used for testing purposes. + * + * This uses values defined in enum nl80211_chan_width. + */ + QCA_WLAN_VENDOR_ATTR_CONFIG_CTS_CHANNEL_WIDTH = 94, + /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =