fw-api: CL 5471710 - update fw common interface files
Change-Id: If3b3cab10f9334354853a3dcd766ab0b968928cc WMI: add notif_params field to roam event msg CRs-Fixed: 2262693
This commit is contained in:
@@ -11582,6 +11582,10 @@ typedef struct {
|
|||||||
A_UINT32 rssi;
|
A_UINT32 rssi;
|
||||||
/** roam notification */
|
/** roam notification */
|
||||||
A_UINT32 notif;
|
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;
|
} 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_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_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_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)
|
/**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
|
* Once, 11r roaming happens, firmware can generate RIC request in reassoc request based on these informations
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user