Эх сурвалжийг харах

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
spuligil 2 жил өмнө
parent
commit
ea18447e38
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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