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

Change-Id: Ie61f805c914c09cb9350f47eb8b5162f03d81893
WMI: allow preference for SAE APs to be specified for roaming
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-08-28 06:01:06 -07:00
szülő a3e5c0e5f1
commit ac7a09e066
2 fájl változott, egészen pontosan 10 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -14048,6 +14048,8 @@ typedef struct {
#define WMI_AP_PROFILE_FLAG_CRYPTO 0x2
/** looking for a PMF enabled AP */
#define WMI_AP_PROFILE_FLAG_PMF 0x4
/** If this flag is set roam to SAE_H2E (Hash to Element) enabled APs only */
#define WMI_AP_PROFILE_FLAG_SAE_H2E 0x8
/* the value used in wmi_roam_cnd_scoring_param->disable_bitmap */
#define WLAN_ROAM_SCORING_RSSI_DISABLE 0x00000001
@@ -14298,6 +14300,12 @@ typedef struct {
* Only used if oce_ap_subnet_id_weightage_pcnt != 0.
*/
A_UINT32 oce_ap_subnet_id_weightage_pcnt;
/*
* Give weightage to SAE-PK (Simulataneous Authentication of Equals -
* Public Key) enabled network APs.
* Only used if sae_pk_ap_weightage_pcnt != 0.
*/
A_UINT32 sae_pk_ap_weightage_pcnt;
} wmi_roam_cnd_scoring_param;
typedef struct {
@@ -28869,6 +28877,7 @@ typedef enum {
WMI_ROAM_CND_OCE_WAN_SCORING = 0x00000400, /* FW considers OCE WAN metrics scoring */
WMI_ROAM_CND_OCE_AP_TX_PWR_SCORING = 0x00000800, /* FW considers OCE AP Tx power scoring */
WMI_ROAM_CND_OCE_AP_SUBNET_ID_SCORING = 0x00001000, /* FW considers OCE AP subnet id scoring */
WMI_ROAM_CND_SAE_PK_AP_SCORING = 0x00002000, /* FW considers SAE-PK enabled AP scoring */
} WMI_ROAM_CND_SCORING_PARAMS;
typedef struct {