Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h134 struct os_reltime connected_time; member
Dctrl_iface_ap.c51 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()
Dhostapd.c2106 os_get_reltime(&sta->connected_time); in hostapd_new_assoc_sta()
Dieee802_1x.c108 os_get_reltime(&sta->connected_time); in ieee802_1x_set_sta_authorized()
/external/chromium_org/net/quic/
Dquic_connection.cc1937 QuicTime::Delta connected_time = in CheckForTimeout() local
1940 << 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()