]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attribute to enable/disable FT over DS
authorVinita S. Maloo <vmaloo@codeaurora.org>
Wed, 19 May 2021 11:39:34 +0000 (17:09 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 May 2021 15:21:07 +0000 (18:21 +0300)
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<vmaloo@codeaurora.org>
src/common/qca-vendor.h

index 9daae0b8778575b4dd3b5dc0253f418c184ecc9c..bacc114b81e2fe93dd4dd40d2de60fcdb651cbcb 100644 (file)
@@ -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 =