From 78c0949d36d51297275ebc33425309d142e5ce62 Mon Sep 17 00:00:00 2001 From: spuligil Date: Tue, 25 Sep 2018 12:04:17 -0700 Subject: [PATCH] fw-api: CL 5471710 - update fw common interface files Change-Id: If3b3cab10f9334354853a3dcd766ab0b968928cc WMI: add notif_params field to roam event msg CRs-Fixed: 2262693 --- fw/wmi_unified.h | 5 +++++ fw/wmi_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index a79348af5a..7ad3232470 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -11582,6 +11582,10 @@ typedef struct { A_UINT32 rssi; /** roam notification */ A_UINT32 notif; + /** roam notification param + * Refer to WMI_ROAM_NOTIF_ defs to interpret the notif_params value. + */ + A_UINT32 notif_params; } wmi_roam_event_fixed_param; @@ -11653,6 +11657,7 @@ typedef enum #define WMI_ROAM_NOTIF_SCAN_MODE_FAIL 0x5 /** indicate that roaming scan mode is failed due to internal roaming state */ #define WMI_ROAM_NOTIF_DISCONNECT 0x6 /** indicate that roaming not allowed due BTM req */ #define WMI_ROAM_NOTIF_SUBNET_CHANGED 0x7 /** indicate that subnet has changed */ +#define WMI_ROAM_NOTIF_SCAN_START 0x8 /** indicate roam scan start, notif_params to be sent as WMI_ROAM_TRIGGER_REASON_ID */ /**whenever RIC request information change, host driver should pass all ric related information to firmware (now only support tsepc) * Once, 11r roaming happens, firmware can generate RIC request in reassoc request based on these informations diff --git a/fw/wmi_version.h b/fw/wmi_version.h index a275009060..7d918fd58b 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 579 +#define __WMI_REVISION_ 580 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work