Browse Source

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

Change-Id: Id8892d480a3b87eba280290e070d65c070b6b130
WMI: add oce_ap_subnet_id_weightage_pcnt field to roam_cns_scoring_param
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
d268c5f6e4
2 changed files with 8 additions and 1 deletions
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -13652,6 +13652,12 @@ typedef struct {
      * oce_ap_tx_pwr_weightage_pcnt != 0.
      */
     A_UINT32 oce_ap_tx_pwr_weightage_pcnt;
+    /*
+     * For OCE Release 2, give weightage to roam candidate based on
+     * advertised subnet id.
+     * Only used if oce_ap_subnet_id_weightage_pcnt != 0.
+     */
+    A_UINT32 oce_ap_subnet_id_weightage_pcnt;
 } wmi_roam_cnd_scoring_param;
 
 typedef struct {
@@ -27301,6 +27307,7 @@ typedef enum {
  */
 typedef enum {
     WMI_ROAM_TRIGGER_REASON_STA_KICKOUT = WMI_ROAM_TRIGGER_REASON_MAX,
+    WMI_ROAM_TRIGGER_REASON_ESS_RSSI,
 
     WMI_ROAM_TRIGGER_EXT_REASON_MAX
 } WMI_ROAM_TRIGGER_EXT_REASON_ID;

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 827
+#define __WMI_REVISION_ 828
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work