From ec303e2cb16c7034f2634f14e41929c4e8708b93 Mon Sep 17 00:00:00 2001 From: Sunil Dutt Date: Thu, 20 Feb 2020 15:09:38 +0530 Subject: [PATCH] Introduce QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON 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 --- src/common/qca-vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 516f53296..1f2233d7a 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =