Searched refs:tx_timer_change (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_timer_utils.c | 536 if (tx_timer_change(&mac->lim.lim_timers.gLimJoinFailureTimer, in lim_deactivate_and_change_timer() 556 if (tx_timer_change in lim_deactivate_and_change_timer() 578 if (tx_timer_change(&mac->lim.lim_timers.gLimAuthFailureTimer, in lim_deactivate_and_change_timer() 607 if (tx_timer_change in lim_deactivate_and_change_timer() 627 if (tx_timer_change(&mac->lim.lim_timers.gLimAssocFailureTimer, in lim_deactivate_and_change_timer() 649 if (tx_timer_change(&mac->lim.lim_timers.gLimDisassocAckTimer, in lim_deactivate_and_change_timer() 672 if (tx_timer_change(&mac->lim.lim_timers.gLimDeauthAckTimer, in lim_deactivate_and_change_timer() 692 if (tx_timer_change(&mac->lim.lim_timers.sae_auth_timer, in lim_deactivate_and_change_timer() 706 if (tx_timer_change( in lim_deactivate_and_change_timer() 764 if (tx_timer_change in lim_deactivate_and_change_per_sta_id_timer() [all …]
|
D | lim_roam_timer_utils.c | 113 if (tx_timer_change in lim_deactivate_and_change_timer_host_roam() 128 if (tx_timer_change( in lim_deactivate_and_change_timer_host_roam()
|
D | lim_send_management_frames.c | 4380 if (tx_timer_change in lim_send_disassoc_mgmt_frame() 4629 } else if (tx_timer_change in lim_send_deauth_mgmt_frame() 7546 tx_timer_change(
|
D | lim_process_sme_req_messages.c | 7589 if (tx_timer_change(&mac->lim.lim_timers.gLimAddtsRspTimer, timeout, 0) in __lim_process_sme_addts_req()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/inc/ |
D | sys_wrapper.h | 115 uint32_t tx_timer_change(TX_TIMER *, uint64_t, uint64_t);
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/src/ |
D | sys_wrapper.c | 141 uint32_t tx_timer_change(TX_TIMER *timer_ptr, in tx_timer_change() function
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
D | rrm_api.c | 958 tx_timer_change(&mac->lim.lim_timers.rrm_sta_stats_resp_timer, in rrm_process_sta_stats_report_req()
|