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

Change-Id: I3f61031a46478d719124de651795dec4937fd5dd
WMI: add wfa_config_ofdma to wfa_config_cmd msg
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-09-20 18:00:57 -07:00
parent 0be02529f9
commit f81b8a46d3
3 changed files with 16 additions and 2 deletions

View File

@@ -39227,6 +39227,17 @@ typedef struct {
A_UINT32 remain_connect_on_saquery_timeout;
} wmi_wfa_config_saquery;
typedef struct {
/* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_wfa_config_ofdma */
A_UINT32 tlv_header;
/* force_he_trigger_to_eht_sta
* Possible values from host are:
* 0 default behavior
* 1 instead of sending EHT triggers to EHT stations, send HE triggers
*/
A_UINT32 force_he_trigger_to_eht_sta;
} wmi_wfa_config_ofdma;
typedef struct {
/* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_wfa_config_cmd_fixed_param */
A_UINT32 tlv_header;
@@ -39237,6 +39248,7 @@ typedef struct {
* wmi_wfa_config_csa wfa_config_csa[]; (0 or 1 elements)
* wmi_wfa_config_ocv wfa_config_ocv[]; (0 or 1 elements)
* wmi_wfa_config_saquery wfa_config_saquery[]; (0 or 1 elements)
* wmi_wfa_config_ofdma wfa_config_ofdma[]; (0 or 1 elements)
*/
} wmi_wfa_config_cmd_fixed_param;