Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_timer_utils.c235 if (tx_timer_create(mac, &mac->lim.lim_timers.gLimDeauthAckTimer, in lim_create_timers()
259 tx_timer_delete(&mac->lim.lim_timers.gLimDeauthAckTimer); in lim_create_timers()
661 if (tx_timer_deactivate(&mac->lim.lim_timers.gLimDeauthAckTimer) in lim_deactivate_and_change_timer()
672 if (tx_timer_change(&mac->lim.lim_timers.gLimDeauthAckTimer, in lim_deactivate_and_change_timer()
H A Dlim_send_management_frames.c3799 &mac_ctx->lim.lim_timers.gLimDeauthAckTimer)) in lim_send_deauth_cnf()
4151 &mac_ctx->lim.lim_timers.gLimDeauthAckTimer)) in lim_deauth_tx_complete_cnf_handler()
4625 &mac->lim.lim_timers.gLimDeauthAckTimer, in lim_send_deauth_mgmt_frame()
4630 (&mac->lim.lim_timers.gLimDeauthAckTimer, val, 0) in lim_send_deauth_mgmt_frame()
4636 gLimDeauthAckTimer)) { in lim_send_deauth_mgmt_frame()
H A Dlim_process_mlm_req_messages.c1283 &mac_ctx->lim.lim_timers.gLimDeauthAckTimer)) { in lim_clean_up_disassoc_deauth_req()
H A Dlim_utils.c492 if (tx_timer_running(&lim_timer->gLimDeauthAckTimer)) { in lim_deactivate_timers()
496 tx_timer_deactivate(&lim_timer->gLimDeauthAckTimer); in lim_deactivate_timers()
672 tx_timer_delete(&lim_timer->gLimDeauthAckTimer); in lim_cleanup_mlm()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h282 TX_TIMER gLimDeauthAckTimer; member