Home
last modified time | relevance | path

Searched refs:connected_time (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h246 struct os_reltime connected_time; member
H A Dctrl_iface_ap.c61 if (sta->connected_time.sec) { in hostapd_get_sta_conn_time()
63 os_reltime_age(&sta->connected_time, &age); in hostapd_get_sta_conn_time()
72 ret = os_snprintf(buf, buflen, "connected_time=%lu\n", secs); in hostapd_get_sta_conn_time()
H A Dieee802_1x.c134 os_get_reltime(&sta->connected_time); in ieee802_1x_set_sta_authorized()
H A Dhostapd.c3302 os_get_reltime(&sta->connected_time); in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h205 struct os_reltime connected_time; member
H A Dctrl_iface_ap.c173 if (!sta->connected_time.sec) in hostapd_get_sta_conn_time()
176 os_reltime_age(&sta->connected_time, &age); in hostapd_get_sta_conn_time()
178 ret = os_snprintf(buf, buflen, "connected_time=%u\n", in hostapd_get_sta_conn_time()
H A Dieee802_1x.c135 os_get_reltime(&sta->connected_time); in ieee802_1x_set_sta_authorized()
H A Dhostapd.c3081 os_get_reltime(&sta->connected_time); in hostapd_new_assoc_sta()

Completed in 28 milliseconds