fw-api: CL 22096085 - update fw common interface files

Change-Id: Id1f62dc6911471568674e848570937424ed6f965
WMI: add NO_AP_,NO_CAND_AP_FOUND_AND_FINAL_BMISS_SENT ROAM_FAIL_REASON defs
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-03-16 06:01:04 -07:00
parent 3cdc44a589
commit ea18447e38
2 changed files with 5 additions and 1 deletions

View File

@@ -37930,6 +37930,10 @@ typedef enum {
WMI_ROAM_FAIL_REASON_SAE_PREAUTH_FAIL, /* WPA3-SAE pre-authentication failed */
WMI_ROAM_FAIL_REASON_UNABLE_TO_START_ROAM_HO, /* Roam HO is not started due to FW internal issue */
/* Failure reasons to indicate no candidate and final bmiss event sent */
WMI_ROAM_FAIL_REASON_NO_AP_FOUND_AND_FINAL_BMISS_SENT, /* No roamable APs found during roam scan and final bmiss event sent */
WMI_ROAM_FAIL_REASON_NO_CAND_AP_FOUND_AND_FINAL_BMISS_SENT, /* No candidate APs found during roam scan and final bmiss event sent */
WMI_ROAM_FAIL_REASON_UNKNOWN = 255,
} WMI_ROAM_FAIL_REASON_ID;