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

Commit d268c5f6 authored by spuligil's avatar spuligil
Browse files

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
parent ca84464e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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