Searched refs:gLimDeauthAckTimer (Results 1 – 5 of 5) sorted by relevance
235 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()
3799 &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()
1283 &mac_ctx->lim.lim_timers.gLimDeauthAckTimer)) { in lim_clean_up_disassoc_deauth_req()
492 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()
282 TX_TIMER gLimDeauthAckTimer; member