Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dbss.c282 struct os_reltime *update_time) in calculate_update_time() argument
286 update_time->sec = fetch_time->sec; in calculate_update_time()
287 update_time->usec = fetch_time->usec; in calculate_update_time()
288 update_time->sec -= age_ms / 1000; in calculate_update_time()
290 if (update_time->usec < usec) { in calculate_update_time()
291 update_time->sec--; in calculate_update_time()
292 update_time->usec += 1000000; in calculate_update_time()
294 update_time->usec -= usec; in calculate_update_time()
636 struct os_reltime update_time; in wpa_bss_update() local
648 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
[all …]
Dbss.h198 struct os_reltime *update_time);
Drrm.c1538 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1547 &update_time); in wpas_beacon_rep_scan_process()
1549 &update_time, &diff); in wpas_beacon_rep_scan_process()
1550 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()