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