Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c30 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()
Dsta_info.h128 struct os_time connected_time; member
Dhostapd.c1454 os_get_time(&sta->connected_time); in hostapd_new_assoc_sta()
Dieee802_1x.c104 os_get_time(&sta->connected_time); in ieee802_1x_set_sta_authorized()
/external/chromium_org/net/quic/
Dquic_connection.cc1646 QuicTime::Delta connected_time = now.Subtract(creation_time_); in CheckForTimeout() local
1648 << 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()