Searched refs:update_time (Results 1 – 3 of 3) sorted by relevance
282 struct os_reltime *update_time) in calculate_update_time() argument286 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() local648 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()[all …]
198 struct os_reltime *update_time);
1538 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local1547 &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()