]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Introduce QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON
authorSunil Dutt <usdutt@codeaurora.org>
Thu, 20 Feb 2020 09:39:38 +0000 (15:09 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 24 Feb 2020 18:17:00 +0000 (20:17 +0200)
This attribute enables/disables the host driver to send roam reason
information in the Reassociation Request frame to the AP in the same
ESS.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 516f53296b84d9bf47e1f58d70d16f1a421a9171..1f2233d7a890b52d02cf5aa0264e4c6008bbfa00 100644 (file)
@@ -2098,6 +2098,13 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL = 60,
 
+       /* 8-bit unsigned value. This attribute enables/disables the host driver
+        * to send roam reason information in the Reassociation Request frame to
+        * the target AP when roaming within the same ESS.
+        * 1-Enable, 0-Disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON = 61,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =