Home
last modified time | relevance | path

Searched refs:update_time (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/wpa_supplicant/
Dbss.c277 struct os_reltime *update_time) in calculate_update_time() argument
281 update_time->sec = fetch_time->sec; in calculate_update_time()
282 update_time->usec = fetch_time->usec; in calculate_update_time()
283 update_time->sec -= age_ms / 1000; in calculate_update_time()
285 if (update_time->usec < usec) { in calculate_update_time()
286 update_time->sec--; in calculate_update_time()
287 update_time->usec += 1000000; in calculate_update_time()
289 update_time->usec -= usec; in calculate_update_time()
675 struct os_reltime update_time; in wpa_bss_update() local
687 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
[all …]
Drrm.c1593 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1602 &update_time); in wpas_beacon_rep_scan_process()
1604 &update_time, &diff); in wpas_beacon_rep_scan_process()
1605 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
Dbss.h218 struct os_reltime *update_time);