Home
last modified time | relevance | path

Searched refs:pmfSaQueryRetryCount (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddph_global.h175 uint8_t pmfSaQueryRetryCount; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c1479 for (retryNum = 0; retryNum <= pSta->pmfSaQueryRetryCount; retryNum++) in __lim_process_sa_query_response_action_frame()
H A Dlim_process_assoc_req_frame.c1369 sta_ds->pmfSaQueryRetryCount = 0; in lim_process_assoc_req_sta_ctx()
H A Dlim_utils.c4860 pSta->pmfSaQueryRetryCount++; in lim_pmf_sa_query_timer_handler()
4861 if (pSta->pmfSaQueryRetryCount >= maxretries) { in lim_pmf_sa_query_timer_handler()
4877 pe_debug("Starting SA Query retry: %d", pSta->pmfSaQueryRetryCount); in lim_pmf_sa_query_timer_handler()
H A Dlim_send_management_frames.c1716 sta->pmfSaQueryRetryCount) in lim_send_assoc_rsp_mgmt_frame()