|
@@ -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";
|