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