Searched refs:connected_time (Results 1 – 5 of 5) sorted by relevance
134 struct os_reltime connected_time; member
51 if (!sta->connected_time.sec) in hostapd_get_sta_conn_time()54 os_reltime_age(&sta->connected_time, &age); in hostapd_get_sta_conn_time()
2106 os_get_reltime(&sta->connected_time); in hostapd_new_assoc_sta()
108 os_get_reltime(&sta->connected_time); in ieee802_1x_set_sta_authorized()
1937 QuicTime::Delta connected_time = in CheckForTimeout() local1940 << connected_time.ToMilliseconds() << " overall timeout: " in CheckForTimeout()1942 if (connected_time >= overall_connection_timeout_) { in CheckForTimeout()1951 overall_connection_timeout_.Subtract(connected_time); in CheckForTimeout()