Searched refs:time_tmp_age (Results 1 – 1 of 1) sorted by relevance
294 struct os_reltime time_tmp_age, entry_ts; in wpas_p2p_scan_res_handler() local298 time_tmp_age.sec = bss->age / 1000; in wpas_p2p_scan_res_handler()299 time_tmp_age.usec = (bss->age % 1000) * 1000; in wpas_p2p_scan_res_handler()300 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts); in wpas_p2p_scan_res_handler()