Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:age

258 	calculate_update_time(fetch_time, src->age, &dst->last_update);
581 calculate_update_time(fetch_time, res->age, &update);
583 struct os_time age;
584 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
588 (unsigned int) age.sec,
589 (unsigned int) age.usec);
751 * @age: Maximum entry age in seconds
753 * Remove BSS entries that have not been updated during the last @age seconds.
755 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age)
764 t.sec -= age;