fw-api: CL 7598897 - update fw common interface files
Change-Id: I485cb4fbffaed9eaec20913e402caac710bfbe7b WMI: add ROAM_PREAUTH_STATUS_CMD and ROAM_PREAUTH_START_EVENT msg defs CRs-Fixed: 2262693
This commit is contained in:
@@ -403,6 +403,8 @@ typedef enum {
|
|||||||
WMI_SERVICE_RX_FSE_SUPPORT = 218, /* target supports flow search through RxOLE FSE hw block */
|
WMI_SERVICE_RX_FSE_SUPPORT = 218, /* target supports flow search through RxOLE FSE hw block */
|
||||||
WMI_SERVICE_FREQINFO_IN_METADATA = 219, /* FW provides freq_info during spectral scan */
|
WMI_SERVICE_FREQINFO_IN_METADATA = 219, /* FW provides freq_info during spectral scan */
|
||||||
WMI_SERVICE_EXT2_MSG = 220, /* WMI_SERVICE_READY_EXT2 msg is sent by target */
|
WMI_SERVICE_EXT2_MSG = 220, /* WMI_SERVICE_READY_EXT2 msg is sent by target */
|
||||||
|
WMI_SERVICE_WPA3_SAE_ROAM_SUPPORT = 221, /* Indicates FW supports WPA3 SAE roaming */
|
||||||
|
WMI_SERVICE_WPA3_OWE_ROAM_SUPPORT = 222, /* Indicates FW supports WPA3 OWE roaming */
|
||||||
|
|
||||||
/******* ADD NEW SERVICES HERE *******/
|
/******* ADD NEW SERVICES HERE *******/
|
||||||
|
|
||||||
|
@@ -995,6 +995,8 @@ typedef enum {
|
|||||||
WMITLV_TAG_STRUC_wmi_oem_data_cmd_fixed_param,
|
WMITLV_TAG_STRUC_wmi_oem_data_cmd_fixed_param,
|
||||||
WMITLV_TAG_STRUC_wmi_roam_enable_disable_trigger_reason_fixed_param,
|
WMITLV_TAG_STRUC_wmi_roam_enable_disable_trigger_reason_fixed_param,
|
||||||
WMITLV_TAG_STRUC_wmi_service_ready_ext2_event_fixed_param,
|
WMITLV_TAG_STRUC_wmi_service_ready_ext2_event_fixed_param,
|
||||||
|
WMITLV_TAG_STRUC_wmi_roam_preauth_status_cmd_fixed_param,
|
||||||
|
WMITLV_TAG_STRUC_wmi_roam_preauth_start_event_fixed_param,
|
||||||
} WMITLV_TAG_ID;
|
} WMITLV_TAG_ID;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -1399,6 +1401,7 @@ typedef enum {
|
|||||||
OP(WMI_VDEV_DELETE_ALL_PEER_CMDID) \
|
OP(WMI_VDEV_DELETE_ALL_PEER_CMDID) \
|
||||||
OP(WMI_OEM_DATA_CMDID) \
|
OP(WMI_OEM_DATA_CMDID) \
|
||||||
OP(WMI_ROAM_ENABLE_DISABLE_TRIGGER_REASON_CMDID) \
|
OP(WMI_ROAM_ENABLE_DISABLE_TRIGGER_REASON_CMDID) \
|
||||||
|
OP(WMI_ROAM_PREAUTH_STATUS_CMDID) \
|
||||||
/* add new CMD_LIST elements above this line */
|
/* add new CMD_LIST elements above this line */
|
||||||
|
|
||||||
|
|
||||||
@@ -1632,6 +1635,7 @@ typedef enum {
|
|||||||
OP(WMI_TWT_BTWT_REMOVE_STA_COMPLETE_EVENTID) \
|
OP(WMI_TWT_BTWT_REMOVE_STA_COMPLETE_EVENTID) \
|
||||||
OP(WMI_VDEV_DELETE_ALL_PEER_RESP_EVENTID) \
|
OP(WMI_VDEV_DELETE_ALL_PEER_RESP_EVENTID) \
|
||||||
OP(WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID) \
|
OP(WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID) \
|
||||||
|
OP(WMI_ROAM_PREAUTH_START_EVENTID) \
|
||||||
/* add new EVT_LIST elements above this line */
|
/* add new EVT_LIST elements above this line */
|
||||||
|
|
||||||
|
|
||||||
@@ -3078,6 +3082,12 @@ WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_DEAUTH_CONFIG_CMDID);
|
|||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_roam_idle_config_cmd_fixed_param, wmi_roam_idle_config_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_roam_idle_config_cmd_fixed_param, wmi_roam_idle_config_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
||||||
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_IDLE_CONFIG_CMDID);
|
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_IDLE_CONFIG_CMDID);
|
||||||
|
|
||||||
|
/* Roam Pre-Authentication completion status */
|
||||||
|
#define WMITLV_TABLE_WMI_ROAM_PREAUTH_STATUS_CMDID(id,op,buf,len) \
|
||||||
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_roam_preauth_status_cmd_fixed_param, wmi_roam_preauth_status_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
||||||
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, pmkid, WMITLV_SIZE_VAR)
|
||||||
|
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_PREAUTH_STATUS_CMDID);
|
||||||
|
|
||||||
/* Screen Status Command parameters */
|
/* Screen Status Command parameters */
|
||||||
#define WMITLV_TABLE_WMI_IDLE_TRIGGER_MONITOR_CMDID(id,op,buf,len) \
|
#define WMITLV_TABLE_WMI_IDLE_TRIGGER_MONITOR_CMDID(id,op,buf,len) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_idle_trigger_monitor_cmd_fixed_param, wmi_idle_trigger_monitor_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_idle_trigger_monitor_cmd_fixed_param, wmi_idle_trigger_monitor_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
||||||
@@ -3099,6 +3109,11 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_DSM_FILTER_CMDID);
|
|||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_blacklist_with_timeout_tlv_param, blacklist_with_timeout, WMITLV_SIZE_VAR)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_blacklist_with_timeout_tlv_param, blacklist_with_timeout, WMITLV_SIZE_VAR)
|
||||||
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_BLACKLIST_EVENTID);
|
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_BLACKLIST_EVENTID);
|
||||||
|
|
||||||
|
/* Roam Pre-Authentication Start Event */
|
||||||
|
#define WMITLV_TABLE_WMI_ROAM_PREAUTH_START_EVENTID(id,op,buf,len) \
|
||||||
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_roam_preauth_start_event_fixed_param, wmi_roam_preauth_start_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
||||||
|
WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_PREAUTH_START_EVENTID);
|
||||||
|
|
||||||
#define WMITLV_TABLE_WMI_LPI_RESULT_EVENTID(id,op,buf,len) \
|
#define WMITLV_TABLE_WMI_LPI_RESULT_EVENTID(id,op,buf,len) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_lpi_result_event_fixed_param, wmi_lpi_result_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_lpi_result_event_fixed_param, wmi_lpi_result_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR)
|
||||||
|
@@ -708,6 +708,8 @@ typedef enum {
|
|||||||
DEPRECATED__WMI_ROAM_DSM_FILTER_CMDID,
|
DEPRECATED__WMI_ROAM_DSM_FILTER_CMDID,
|
||||||
/** Enable or disable roaming triggers */
|
/** Enable or disable roaming triggers */
|
||||||
WMI_ROAM_ENABLE_DISABLE_TRIGGER_REASON_CMDID,
|
WMI_ROAM_ENABLE_DISABLE_TRIGGER_REASON_CMDID,
|
||||||
|
/** Pre-Authentication completion status command */
|
||||||
|
WMI_ROAM_PREAUTH_STATUS_CMDID,
|
||||||
|
|
||||||
/** offload scan specific commands */
|
/** offload scan specific commands */
|
||||||
/** set offload scan AP profile */
|
/** set offload scan AP profile */
|
||||||
@@ -1532,6 +1534,8 @@ typedef enum {
|
|||||||
WMI_ROAM_SCAN_STATS_EVENTID,
|
WMI_ROAM_SCAN_STATS_EVENTID,
|
||||||
/** Blacklisted AP information event */
|
/** Blacklisted AP information event */
|
||||||
WMI_ROAM_BLACKLIST_EVENTID,
|
WMI_ROAM_BLACKLIST_EVENTID,
|
||||||
|
/** Roam Pre-Authentication start event */
|
||||||
|
WMI_ROAM_PREAUTH_START_EVENTID,
|
||||||
|
|
||||||
/** P2P disc found */
|
/** P2P disc found */
|
||||||
WMI_P2P_DISC_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_P2P),
|
WMI_P2P_DISC_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_P2P),
|
||||||
@@ -12277,6 +12281,8 @@ enum {
|
|||||||
WMI_AUTH_FT_RSNA_SUITE_B_8021X_SHA384,
|
WMI_AUTH_FT_RSNA_SUITE_B_8021X_SHA384,
|
||||||
WMI_AUTH_FT_RSNA_FILS_SHA256,
|
WMI_AUTH_FT_RSNA_FILS_SHA256,
|
||||||
WMI_AUTH_FT_RSNA_FILS_SHA384,
|
WMI_AUTH_FT_RSNA_FILS_SHA384,
|
||||||
|
WMI_AUTH_WPA3_SAE,
|
||||||
|
WMI_AUTH_WPA3_OWE,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -24296,6 +24302,7 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command)
|
|||||||
WMI_RETURN_STRING(WMI_TWT_BTWT_INVITE_STA_CMDID);
|
WMI_RETURN_STRING(WMI_TWT_BTWT_INVITE_STA_CMDID);
|
||||||
WMI_RETURN_STRING(WMI_TWT_BTWT_REMOVE_STA_CMDID);
|
WMI_RETURN_STRING(WMI_TWT_BTWT_REMOVE_STA_CMDID);
|
||||||
WMI_RETURN_STRING(WMI_OEM_DATA_CMDID);
|
WMI_RETURN_STRING(WMI_OEM_DATA_CMDID);
|
||||||
|
WMI_RETURN_STRING(WMI_ROAM_PREAUTH_STATUS_CMDID);
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Invalid WMI cmd";
|
return "Invalid WMI cmd";
|
||||||
@@ -25664,6 +25671,28 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
#define WLAN_PDEV_MAX_NUM_BSSID_DISALLOW_LIST 28
|
#define WLAN_PDEV_MAX_NUM_BSSID_DISALLOW_LIST 28
|
||||||
|
|
||||||
|
/** Roam Pre-Authentication completion status */
|
||||||
|
typedef struct {
|
||||||
|
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_preauth_status_cmd_fixed_param */
|
||||||
|
A_UINT32 vdev_id;
|
||||||
|
/* preauth_status, 0 - Success, Non Zero - Failure */
|
||||||
|
A_UINT32 preauth_status;
|
||||||
|
/* AP BSSID for which pre-authentication is completed */
|
||||||
|
wmi_mac_addr candidate_ap_bssid;
|
||||||
|
/**
|
||||||
|
* PMKID computed after successful pre-authentication. This is valid only if preauth_status is success
|
||||||
|
* A_UINT8 pmkid[];
|
||||||
|
*/
|
||||||
|
} wmi_roam_preauth_status_cmd_fixed_param;
|
||||||
|
|
||||||
|
/** Roam Pre-Authentication start event */
|
||||||
|
typedef struct {
|
||||||
|
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_preauth_start_event_fixed_param */
|
||||||
|
A_UINT32 vdev_id;
|
||||||
|
/* AP BSSID for which host needs to start pre-authentication */
|
||||||
|
wmi_mac_addr candidate_ap_bssid;
|
||||||
|
} wmi_roam_preauth_start_event_fixed_param;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/*
|
/*
|
||||||
* The timestamp is in units of ticks of a 19.2MHz clock.
|
* The timestamp is in units of ticks of a 19.2MHz clock.
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* change that may or may not break compatibility. */
|
||||||
#define __WMI_REVISION_ 693
|
#define __WMI_REVISION_ 694
|
||||||
|
|
||||||
/** The Version Namespace should not be normally changed. Only
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user