Searched refs:connected_time (Results 1 – 5 of 5) sorted by relevance
30 if (!sta->connected_time.sec) in hostapd_get_sta_conn_time()34 os_time_sub(&now, &sta->connected_time, &age); in hostapd_get_sta_conn_time()
128 struct os_time connected_time; member
1454 os_get_time(&sta->connected_time); in hostapd_new_assoc_sta()
104 os_get_time(&sta->connected_time); in ieee802_1x_set_sta_authorized()
1646 QuicTime::Delta connected_time = now.Subtract(creation_time_); in CheckForTimeout() local1648 << connected_time.ToMilliseconds() << " overall timeout: " in CheckForTimeout()1650 if (connected_time >= overall_connection_timeout_) { in CheckForTimeout()1659 overall_connection_timeout_.Subtract(connected_time); in CheckForTimeout()