qcacmn: Add new ini to set delay Hand-off period
Add new ini item "ho_delay_for_rx" to set delay Hand-off period. For LFR 3.0 roaming scenario, once roam candidate is found, firmware waits for minimum this much duration to receive pending rx frames from current BSS before switching to new channel for handoff to new AP. Pass value of ho_delay_for_rx to fw in case of roam offload. Change-Id: I19141928a2885371bc1b9e7b720473d99c4ebb1d CRs-Fixed: 2221755
This commit is contained in:
@@ -1875,6 +1875,7 @@ typedef struct {
|
|||||||
uint32_t wmm_caps;
|
uint32_t wmm_caps;
|
||||||
/* since this is 4 byte aligned, we don't declare it as tlv array */
|
/* since this is 4 byte aligned, we don't declare it as tlv array */
|
||||||
uint32_t mcsset[WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET >> 2];
|
uint32_t mcsset[WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET >> 2];
|
||||||
|
uint32_t ho_delay_for_rx;
|
||||||
} roam_offload_param;
|
} roam_offload_param;
|
||||||
|
|
||||||
#define WMI_FILS_MAX_RRK_LENGTH 64
|
#define WMI_FILS_MAX_RRK_LENGTH 64
|
||||||
|
Reference in New Issue
Block a user