Searched refs:fetch_time (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | bss.c | 73 void calculate_update_time(const struct os_reltime *fetch_time, in calculate_update_time() argument 79 update_time->sec = fetch_time->sec; in calculate_update_time() 80 update_time->usec = fetch_time->usec; in calculate_update_time() 92 struct os_reltime *fetch_time) in wpa_bss_copy_res() argument 104 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 181 struct os_reltime *fetch_time) in wpa_bss_add() argument 197 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_add() 216 struct wpa_scan_res *res, struct os_reltime *fetch_time) in wpa_bss_update() argument 231 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update() 237 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_update() [all …]
|
D | bss.h | 72 struct os_reltime *fetch_time); 89 void calculate_update_time(const struct os_reltime *fetch_time,
|
D | rrm.c | 1124 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process()
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/drivers/ |
D | driver.h | 88 struct os_reltime fetch_time; member
|