Home
last modified time | relevance | path

Searched refs:SYS_MS_TO_TICKS (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_timer_utils.c62 cfgValue = SYS_MS_TO_TICKS( in lim_create_non_ap_timers()
75 cfgValue = SYS_MS_TO_TICKS( in lim_create_non_ap_timers()
94 SYS_MS_TO_TICKS(LIM_AUTH_RETRY_TIMER_MS), 0, in lim_create_non_ap_timers()
100 cfgValue = SYS_MS_TO_TICKS( in lim_create_non_ap_timers()
111 cfgValue = SYS_MS_TO_TICKS(mac->mlme_cfg->timeouts.addts_rsp_timeout); in lim_create_non_ap_timers()
123 cfgValue = SYS_MS_TO_TICKS( in lim_create_non_ap_timers()
143 SYS_MS_TO_TICKS(LIM_AUTH_SAE_TIMER_MS), 0, in lim_create_non_ap_timers()
178 cfgValue = SYS_MS_TO_TICKS(cfgValue); in lim_create_timers()
212 cfgValue = SYS_MS_TO_TICKS( in lim_create_timers()
224 cfgValue = SYS_MS_TO_TICKS(cfgValue); in lim_create_timers()
[all …]
H A Dlim_roam_timer_utils.c42 cfg_value = SYS_MS_TO_TICKS( in lim_create_timers_host_roam()
53 cfg_value = SYS_MS_TO_TICKS(cfg_value); in lim_create_timers_host_roam()
111 val = SYS_MS_TO_TICKS( in lim_deactivate_and_change_timer_host_roam()
127 val = SYS_MS_TO_TICKS(val); in lim_deactivate_and_change_timer_host_roam()
H A Dlim_send_management_frames.c4378 val = SYS_MS_TO_TICKS(LIM_DISASSOC_DEAUTH_ACK_TIMEOUT); in lim_send_disassoc_mgmt_frame()
4623 val = SYS_MS_TO_TICKS(LIM_DISASSOC_DEAUTH_ACK_TIMEOUT); in lim_send_deauth_mgmt_frame()
7548 SYS_MS_TO_TICKS(val), 0);
H A Dlim_process_assoc_req_frame.c1903 SYS_MS_TO_TICKS((retry_interval * 1024) / 1000), in lim_update_sta_ds()
H A Dlim_assoc_utils.c4585 cfgValue = SYS_MS_TO_TICKS(mac->mlme_cfg->timeouts.auth_rsp_timeout); in lim_init_pre_auth_timer_table()
H A Dlim_process_sme_req_messages.c7588 timeout = SYS_MS_TO_TICKS(timeout); in __lim_process_sme_addts_req()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/inc/
H A Dsys_def.h44 #define SYS_MS_TO_TICKS(x) ((x) / SYS_TICK_DUR_MS) macro
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c959 SYS_MS_TO_TICKS(meas_duration), 0); in rrm_process_sta_stats_report_req()