Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dbss.c276 void calculate_update_time(const struct os_reltime *fetch_time, in calculate_update_time() argument
282 update_time->sec = fetch_time->sec; in calculate_update_time()
283 update_time->usec = fetch_time->usec; in calculate_update_time()
295 struct os_reltime *fetch_time) in wpa_bss_copy_res() argument
431 struct os_reltime *fetch_time) in wpa_bss_add() argument
441 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_add()
623 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
652 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_update()
741 struct os_reltime *fetch_time) in wpa_bss_update_scan_res() argument
748 calculate_update_time(fetch_time, res->age, &update); in wpa_bss_update_scan_res()
[all …]
H A Dbss.h118 struct os_reltime *fetch_time);
175 void calculate_update_time(const struct os_reltime *fetch_time,
H A Dwnm_sta.c1307 if (scan_res->fetch_time.sec == 0) in wnm_fetch_scan_results()
1308 os_get_reltime(&scan_res->fetch_time); in wnm_fetch_scan_results()
1340 &scan_res->fetch_time); in wnm_fetch_scan_results()
H A Dscan.c2364 if (scan_res->fetch_time.sec == 0) { in wpa_supplicant_get_scan_results()
2369 os_get_reltime(&scan_res->fetch_time); in wpa_supplicant_get_scan_results()
2407 &scan_res->fetch_time); in wpa_supplicant_get_scan_results()
H A Drrm.c1526 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process()
H A Dp2p_supplicant.c270 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts); in wpas_p2p_scan_res_handler()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver.h361 struct os_reltime fetch_time; member