Searched refs:time_since_connect_active (Results 1 – 1 of 1) sorted by relevance
1123 qdf_time_t time_since_connect_active; in cm_is_time_allowed_for_connect_attempt() local1126 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()