Home
last modified time | relevance | path

Searched refs:fetch_time (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c363 void calculate_update_time(const struct os_reltime *fetch_time, in calculate_update_time() argument
369 update_time->sec = fetch_time->sec; in calculate_update_time()
370 update_time->usec = fetch_time->usec; in calculate_update_time()
382 struct os_reltime *fetch_time) in wpa_bss_copy_res() argument
398 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
589 struct os_reltime *fetch_time) in wpa_bss_add() argument
601 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_add()
778 struct wpa_scan_res *res, struct os_reltime *fetch_time) in wpa_bss_update() argument
795 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
824 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_update()
[all …]
H A Dbss.h163 struct os_reltime *fetch_time);
225 void calculate_update_time(const struct os_reltime *fetch_time,
H A Dscan.c3687 if (scan_res->fetch_time.sec == 0) { in wpa_supplicant_get_scan_results()
3692 os_get_reltime(&scan_res->fetch_time); in wpa_supplicant_get_scan_results()
3738 &scan_res->fetch_time); in wpa_supplicant_get_scan_results()
H A Drrm.c1617 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process()
H A Dp2p_supplicant.c305 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts); in wpas_p2p_scan_res_handler()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h445 struct os_reltime fetch_time; member