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
This commit is contained in:
@@ -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;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user