Searched refs:gLimAssocFailureTimer (Results 1 – 4 of 4) sorted by relevance
103 if (tx_timer_create(mac, &mac->lim.lim_timers.gLimAssocFailureTimer, in lim_create_non_ap_timers()267 tx_timer_delete(&mac->lim.lim_timers.gLimAssocFailureTimer); in lim_create_timers()617 (&mac->lim.lim_timers.gLimAssocFailureTimer) != in lim_deactivate_and_change_timer()627 if (tx_timer_change(&mac->lim.lim_timers.gLimAssocFailureTimer, in lim_deactivate_and_change_timer()
981 mac_ctx->lim.lim_timers.gLimAssocFailureTimer.sessionId = in lim_process_mlm_assoc_req()991 (int)mac_ctx->lim.lim_timers.gLimAssocFailureTimer.initScheduleTimeInMsecs); in lim_process_mlm_assoc_req()999 if (tx_timer_activate(&mac_ctx->lim.lim_timers.gLimAssocFailureTimer) in lim_process_mlm_assoc_req()2055 mac_ctx->lim.lim_timers.gLimAssocFailureTimer.sessionId; in lim_process_assoc_failure_timeout()
459 if (tx_timer_running(&lim_timer->gLimAssocFailureTimer)) { in lim_deactivate_timers()465 tx_timer_deactivate(&lim_timer->gLimAssocFailureTimer); in lim_deactivate_timers()550 &lim_timer->gLimAssocFailureTimer)) { in lim_deactivate_timers_for_vdev()554 &lim_timer->gLimAssocFailureTimer); in lim_deactivate_timers_for_vdev()650 tx_timer_delete(&lim_timer->gLimAssocFailureTimer); in lim_cleanup_mlm()
261 TX_TIMER gLimAssocFailureTimer; member