qcacmn: Add changes to handle WMI_ROAM_SYNCH_FRAME_EVENTID
Firmware sends beacon/probe response, reassoc request and reassoc response using new event WMI_ROAM_SYNCH_FRAME_EVENTID when the data that it wants to send via WMI_ROAM_SYNCH_EVENTID exceeds max length 2k in firmware. Add common changes to handle WMI_ROAM_SYNCH_FRAME_EVENTID in such a scenario. Change-Id: I62755dfa3c2a4b0ff9ee48fd5f24cc2e300b374f CRs-Fixed: 2122432
This commit is contained in:

committed by
snandini

parent
ae4413b342
commit
9b21b05231
@@ -19974,6 +19974,7 @@ static void populate_tlv_events_id(uint32_t *event_ids)
|
|||||||
event_ids[wmi_profile_match] = WMI_PROFILE_MATCH;
|
event_ids[wmi_profile_match] = WMI_PROFILE_MATCH;
|
||||||
|
|
||||||
event_ids[wmi_roam_synch_event_id] = WMI_ROAM_SYNCH_EVENTID;
|
event_ids[wmi_roam_synch_event_id] = WMI_ROAM_SYNCH_EVENTID;
|
||||||
|
event_ids[wmi_roam_synch_frame_event_id] = WMI_ROAM_SYNCH_FRAME_EVENTID;
|
||||||
|
|
||||||
event_ids[wmi_p2p_disc_event_id] = WMI_P2P_DISC_EVENTID;
|
event_ids[wmi_p2p_disc_event_id] = WMI_P2P_DISC_EVENTID;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user