Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea18447e authored by spuligil's avatar spuligil
Browse files

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
parent 3cdc44a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 1303
#define __WMI_REVISION_ 1304

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work