From: Vinita S. Maloo Date: Wed, 19 May 2021 11:39:34 +0000 (+0530) Subject: Add QCA vendor attribute to enable/disable FT over DS X-Git-Tag: hostap_2_10~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1e4cceb66bc5bdf8d5dff24c6d92afd1866c1b;p=thirdparty%2Fhostap.git Add QCA vendor attribute to enable/disable FT over DS Add QCA vendor attribute QCA_WLAN_VENDOR_ATTR_CONFIG_FT_OVER_DS to configure FT over DS to the driver/firmware. Signed-off-by: Vinita S. Maloo --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 9daae0b87..bacc114b8 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2439,6 +2439,13 @@ enum qca_wlan_vendor_attr_config { */ QCA_WLAN_VENDOR_ATTR_CONFIG_CONCURRENT_STA_PRIMARY = 79, + /* + * 8-bit unsigned value. This attribute can be used to configure the + * driver to enable/disable FT-over-DS feature. Possible values for + * this attribute are 1-Enable and 0-Disable. + */ + QCA_WLAN_VENDOR_ATTR_CONFIG_FT_OVER_DS = 80, + /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =