qcacmn: Send roam preauth retry_count and no_ack_timeout ini to FW
Create and send user configurable ini for max number of roam preauth retries and roam preauth no-ack timeout to the firmware. Change-Id: I0343cb29952286d9b42a69136fc6353cd86e4752 CRs-Fixed: 2286079
This commit is contained in:

committed by
nshrivas

parent
3690d3b451
commit
fba9459cc0
@@ -1932,6 +1932,8 @@ typedef struct {
|
|||||||
/* 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;
|
uint32_t ho_delay_for_rx;
|
||||||
|
uint32_t roam_preauth_retry_count;
|
||||||
|
uint32_t roam_preauth_no_ack_timeout;
|
||||||
} 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