Searched refs:wl_timer_mod (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 1233 wl_timer_mod(dhd, &mesh_if->delay_scan, 100); in wl_mesh_clear_mesh_info() 1462 wl_timer_mod(dhd, &mesh_if->delay_scan, WL_MESH_DELAY_SCAN_TMO); in wl_mesh_event_handler() 1475 wl_timer_mod(dhd, &mesh_if->delay_scan, 100); in wl_mesh_event_handler() 1494 wl_timer_mod(dhd, &mesh_if->delay_scan, WL_MESH_DELAY_SCAN_TMO); in wl_mesh_event_handler() 1506 wl_timer_mod(dhd, &mesh_if->delay_scan, WL_MESH_DELAY_SCAN_TMO); in wl_mesh_event_handler() 2797 wl_timer_mod(dhd, &cur_if->reconnect_timer, 0); in wl_ext_connect_retry() 2834 wl_timer_mod(dhd, &cur_if->reconnect_timer, max_wait_time); in wl_ext_connect_retry() 2856 wl_timer_mod(dhd, &cur_if->connect_timer, STA_CONNECT_TIMEOUT); in wl_ext_connect_retry() 2868 wl_timer_mod(dhd, &cur_if->reconnect_timer, max_wait_time); in wl_ext_connect_retry() 2900 wl_timer_mod(dhd, &cur_if->reconnect_timer, 0); in wl_ext_set_connect_retry() [all …]
|
| H A D | wl_timer.h | 7 void wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms);
|
| H A D | wl_timer.c | 452 wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms) in wl_timer_mod() function 591 wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms) in wl_timer_mod() function
|