Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dp2p_supplicant.c291 struct os_reltime time_tmp_age, entry_ts; in wpas_p2p_scan_res_handler() local
295 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()