qcacmn: Print roam related 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 btm response. This helps to debug the scenario when roam failure happen. Print the info received related to roam scan type & roam status info into kmsg. Change-Id: I7c01d482e3152dfbf500dba97001c328f39564de CRs-Fixed: 2812515
This commit is contained in:
@@ -7896,13 +7896,14 @@ struct wmi_roam_scan_data {
|
||||
* struct wmi_roam_result - Roam result related info.
|
||||
* @present: Flag to check if the roam result tlv is present
|
||||
* @timestamp: Host timestamp in millisecs
|
||||
* @status: 0 - Roaming is success ; 1 - Roaming failed
|
||||
* @status: 0 - Roaming is success ; 1 - Roaming failed ;
|
||||
* 2 - No roam
|
||||
* @fail_reason: One of WMI_ROAM_FAIL_REASON_ID
|
||||
*/
|
||||
struct wmi_roam_result {
|
||||
bool present;
|
||||
uint32_t timestamp;
|
||||
bool status;
|
||||
uint32_t status;
|
||||
uint32_t fail_reason;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user