Searched refs:fetch_time (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 277 void calculate_update_time(const struct os_reltime *fetch_time, in calculate_update_time() argument 283 update_time->sec = fetch_time->sec; in calculate_update_time() 284 update_time->usec = fetch_time->usec; in calculate_update_time() 296 struct os_reltime *fetch_time) in wpa_bss_copy_res() argument 312 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 475 struct os_reltime *fetch_time) in wpa_bss_add() argument 489 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_add() 672 struct wpa_scan_res *res, struct os_reltime *fetch_time) in wpa_bss_update() argument 689 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update() 718 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_update() [all …]
|
H A D | bss.h | 157 struct os_reltime *fetch_time); 216 void calculate_update_time(const struct os_reltime *fetch_time,
|
H A D | scan.c | 3196 if (scan_res->fetch_time.sec == 0) { in wpa_supplicant_get_scan_results() 3201 os_get_reltime(&scan_res->fetch_time); in wpa_supplicant_get_scan_results() 3239 &scan_res->fetch_time); in wpa_supplicant_get_scan_results()
|
H A D | rrm.c | 1600 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process()
|
H A D | p2p_supplicant.c | 300 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 D | driver.h | 408 struct os_reltime fetch_time; member
|