fw-api: CL 7677182 - update fw common interface files

Add WMI_ROAM_PMKID_REQUEST_EVENT msg def

Change-Id: I7982470f9bae3ad72fddfe7c97e7b2487e512613
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-07-20 12:00:41 -07:00
parent 8b435bd6c5
commit 58d9fee1ed
3 changed files with 26 additions and 1 deletions

View File

@@ -1540,6 +1540,8 @@ typedef enum {
WMI_ROAM_BLACKLIST_EVENTID,
/** Roam Pre-Authentication start event */
WMI_ROAM_PREAUTH_START_EVENTID,
/** Roaming PMKID request event */
WMI_ROAM_PMKID_REQUEST_EVENTID,
/** P2P disc found */
WMI_P2P_DISC_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_P2P),
@@ -12920,6 +12922,21 @@ typedef struct {
*/
} wmi_roam_blacklist_event_fixed_param;
typedef struct {
A_UINT32 tlv_header;
/** candidate AP mac address */
wmi_mac_addr bssid;
} wmi_roam_pmkid_request_tlv_param;
/** WMI_ROAM_PMKID_REQUEST_EVENT: generated whenever FW needs the PMKID while roaming **/
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_pmkid_request_event_fixed_param */
A_UINT32 vdev_id;
/* This TLV is followed by further TLVs:
* wmi_roam_pmkid_request_tlv_param pmkid_request[]
*/
} wmi_roam_pmkid_request_event_fixed_param;
/** WMI_ROAM_EVENT: roam event triggering the host roam logic.
* generated when ever a better AP is found in the recent roam scan (or)
* when beacon miss is detected (or) when a DEAUTH/DISASSOC is received