qcacld-3.0: Add support to print aid and btcoex field

Add new tags for reassociation request and reassociation
response. Parse the association id from roam stats event
and send it over the connectivity logging event

Add support to print AID and BT-COEX field.

Change-Id: I7926b5c69a84404b666acfd5e2db30426d085881
CRs-Fixed: 3221624
This commit is contained in:
Pragaspathi Thilagaraj
2022-06-07 16:20:39 +05:30
committed by Madan Koyyalamudi
부모 0061692560
커밋 701003d5dd
11개의 변경된 파일87개의 추가작업 그리고 16개의 파일을 삭제

파일 보기

@@ -2072,6 +2072,8 @@ extract_roam_frame_info_tlv(wmi_unified_t wmi_handle, void *evt_buf,
dst_buf->retry_count = src_data->retry_count;
dst_buf->rssi = (-1) * src_data->rssi_dbm_abs;
dst_buf->assoc_id =
WMI_GET_ASSOC_ID(src_data->frame_info_ext);
dst_buf++;
src_data++;