Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_connect.c1123 qdf_time_t time_since_connect_active; in cm_is_time_allowed_for_connect_attempt() local
1126 time_since_connect_active = qdf_mc_timer_get_system_time() - in cm_is_time_allowed_for_connect_attempt()
1128 if (time_since_connect_active >= CM_CONNECT_MAX_ACTIVE_TIME) { in cm_is_time_allowed_for_connect_attempt()
1134 time_since_connect_active); in cm_is_time_allowed_for_connect_attempt()