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:

committed by
Madan Koyyalamudi

부모
0061692560
커밋
701003d5dd
@@ -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++;
|
||||
|
Reference in New Issue
Block a user