fw-api: CL 5055458 - update fw common interface files
WMI: add MLME retries limit and retry delay if no ack as roam params Also add a couple existing WMI CMDIDs to the WMI_RETURN_STRING list Change-Id: I2de6a2c459990e05ac058ddb9eb12cce1c185657 CRs-Fixed: 2262693
This commit is contained in:
@@ -11286,6 +11286,8 @@ typedef struct {
|
||||
A_UINT32 wmm_caps;
|
||||
A_UINT32 mcsset[ROAM_OFFLOAD_NUM_MCS_SET>>2]; /* since this 4 byte aligned, we don't declare it as tlv array */
|
||||
A_UINT32 handoff_delay_for_rx; /* In msec. Delay Hand-Off by this duration to receive pending Rx frames from current BSS */
|
||||
A_UINT32 max_mlme_sw_retries; /* maximum number of software retries for preauth and reassoc req */
|
||||
A_UINT32 no_ack_timeout; /* In msec. duration to wait before another SW retry made if no ack seen for previous frame */
|
||||
} wmi_roam_offload_tlv_param;
|
||||
|
||||
|
||||
@@ -22004,6 +22006,8 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command)
|
||||
WMI_RETURN_STRING(WMI_MOTION_DET_BASE_LINE_CONFIG_PARAM_CMDID);
|
||||
WMI_RETURN_STRING(WMI_MOTION_DET_START_STOP_CMDID);
|
||||
WMI_RETURN_STRING(WMI_MOTION_DET_BASE_LINE_START_STOP_CMDID);
|
||||
WMI_RETURN_STRING(WMI_SAR_LIMITS_CMDID);
|
||||
WMI_RETURN_STRING(WMI_SAR_GET_LIMITS_CMDID);
|
||||
}
|
||||
|
||||
return "Invalid WMI cmd";
|
||||
|
Reference in New Issue
Block a user