qcacld-3.0: Print roam message info in kmsg

The event WMI_ROAM_STATS_EVENTID is received after
every roam, once the roam synch complete is sent by the host.
This event contains details regarding the roam RSSI TH reset.
This helps in debugging/understanding the scenario when roam
failure happens.
Print the info received related to roam RSSI TH reset into kmsg.

Change-Id: Ibee9fc6e9220511d6679efb24080c79bcd807ab8
CRs-Fixed: 2826321
This commit is contained in:
Abhinav Kumar
2020-11-25 13:36:22 +05:30
committed by snandini
parent b0805e6468
commit 482acb4555
6 changed files with 187 additions and 23 deletions

View File

@@ -2487,6 +2487,7 @@ struct wlan_mlme_sae_single_pmk {
* @data_11kv: Neighbor report/BTM parameters.
* @btm_rsp: BTM response information
* @roam_init_info: Roam initial info
* @roam_msg_info: roam related message information
*/
struct mlme_roam_debug_info {
struct wmi_roam_trigger_info trigger;
@@ -2495,6 +2496,7 @@ struct mlme_roam_debug_info {
struct wmi_neighbor_report_data data_11kv;
struct roam_btm_response_data btm_rsp;
struct roam_initial_data roam_init_info;
struct roam_msg_info roam_msg_info;
};
/**