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

Change-Id: I56c6927ed872b15c629a6b7897303eb5be98671f
WMI: add transmit_addr field to roam_preauth_start_event msg
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-09-09 06:01:04 -07:00
parent 749a230979
commit 84d129012b
2 changed files with 6 additions and 1 deletions

View File

@@ -34944,6 +34944,11 @@ typedef struct {
A_UINT32 vdev_id; A_UINT32 vdev_id;
/* AP BSSID for which host needs to start pre-authentication */ /* AP BSSID for which host needs to start pre-authentication */
wmi_mac_addr candidate_ap_bssid; wmi_mac_addr candidate_ap_bssid;
/*
* Transmit address for which host needs to start pre-authentication
* in MLO case. In non MLO cases, transmit_addr will be filled with 0x0.
*/
wmi_mac_addr transmit_addr;
} wmi_roam_preauth_start_event_fixed_param; } wmi_roam_preauth_start_event_fixed_param;
typedef struct { typedef struct {

View File

@@ -37,7 +37,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_ 1211 #define __WMI_REVISION_ 1212
/** 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