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:
Padma, Santhosh Kumar
2017-10-06 15:42:00 +05:30
committed by snandini
parent 4a4242b4fc
commit e0784daae6

View File

@@ -5335,6 +5335,7 @@ typedef enum {
wmi_ba_rsp_ssn_event_id,
wmi_aggr_state_trig_event_id,
wmi_roam_synch_event_id,
wmi_roam_synch_frame_event_id,
wmi_p2p_disc_event_id,
wmi_p2p_noa_event_id,
wmi_p2p_lo_stop_event_id,