Home
last modified time | relevance | path

Searched refs:cm_utf_timer (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/utf/src/
Dwlan_cm_utf_main.c397 qdf_timer_init(NULL, &cm_utf->cm_utf_timer, in wlan_cm_utf_attach()
457 qdf_timer_free(&cm_utf->cm_utf_timer); in wlan_cm_utf_detach()
497 qdf_timer_start(&cm_utf->cm_utf_timer, 100); in wlan_cm_utf_bss_peer_create_req()
530 qdf_timer_start(&cm_utf->cm_utf_timer, 100); in wlan_cm_utf_connect_req()
555 qdf_timer_start(&cm_utf->cm_utf_timer, 100); in wlan_cm_utf_disconnect_req()
576 qdf_timer_start(&cm_utf->cm_utf_timer, 100); in wlan_cm_utf_bss_peer_delete_req()
595 qdf_timer_start(&cm_utf->cm_utf_timer, 100); in wlan_cm_utf_vdev_down()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/utf/inc/
Dwlan_cm_utf.h149 qdf_timer_t cm_utf_timer; member