Searched refs:last_update (Results 1 – 7 of 7) sorted by relevance
/hostap-3.7.0/wpa_supplicant/ |
D | bss.c | 313 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 651 (unsigned int) bss->last_update.sec, in wpa_bss_update() 652 (unsigned int) bss->last_update.usec, in wpa_bss_update() 662 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update() 969 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age() 1065 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest() 1094 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_p2p_dev_addr()
|
D | bss.h | 112 struct os_reltime last_update; member
|
D | wnm_sta.c | 766 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
|
D | p2p_supplicant.c | 5211 &bss->last_update); in wpas_p2p_peer_go() 5214 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go() 6989 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
|
D | events.c | 1401 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) { in wpa_scan_res_ok() 1404 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff); in wpa_scan_res_ok()
|
D | ctrl_iface.c | 5034 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
|
/hostap-3.7.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5415 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|