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

WMI: add disallow_connect_mode bitmap in roam_mlo_config_cmd_fixed_param
Change-Id: I2534d660509abdf87fef6d8a382b286dca0e51d5
CRs-Fixed: 2262693
Цей коміт міститься в:
spuligil
2023-11-20 00:19:29 -08:00
зафіксовано Ravindra Konda
джерело 020857f9da
коміт d1dfc112cc
2 змінених файлів з 16 додано та 1 видалено

Переглянути файл

@@ -40345,6 +40345,14 @@ typedef struct {
A_UINT32 scoring_capability_bitmap;
} wmi_roam_capability_report_event_fixed_param;
/*
* Definition of disallow connection modes.
*/
typedef enum {
/* Bit 0: roam to 5GL+5GH MLSR is not allowed if the bit is set. */
WMI_ROAM_MLO_CONNECTION_MODE_5GL_5GH_MLSR = 0x1,
} WMI_ROAM_MLO_CONNECTION_MODES;
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_mlo_config_cmd_fixed_param */
wmi_mac_addr partner_link_addr; /* Assigned link address which can be used as self link addr when vdev is not created */
@@ -40364,6 +40372,13 @@ typedef struct {
*/
A_UINT32 support_link_band; /* Configure the band bitmap of mlo connection supports. */
A_UINT32 max_active_links; /* Max active links supported for STA */
/*
* Disallow the specified connection mode(s) when roaming to MLD AP.
* Refer to the WMI_ROAM_MLO_CONNECTION_MODES enum for the connection mode
* each bit represents.
*/
A_UINT32 disallow_connect_modes;
} wmi_roam_mlo_config_cmd_fixed_param;
typedef struct {