Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c535 struct os_time age; in os_reltime_expired() local
537 os_time_sub(now, ts, &age); in os_reltime_expired()
538 return (age.sec > timeout_secs) || in os_reltime_expired()
539 (age.sec == timeout_secs && age.usec > 0); in os_reltime_expired()
/hal_espressif-latest/components/wpa_supplicant/src/drivers/
Ddriver.h71 unsigned int age; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dbss.c104 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
231 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
Drrm.c1123 scan_res->res[i]->age, in wpas_beacon_rep_scan_process()
1134 scan_res->res[i]->age, in wpas_beacon_rep_scan_process()