Searched refs:next_time (Results 1 – 2 of 2) sorted by relevance
385 unsigned long next_time = 0; in ap_handle_timer() local420 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()435 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()458 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()462 if (next_time) { in ap_handle_timer()465 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()466 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
329 TimeTicks next_time;330 delegate_->DoDelayedWork(&next_time);337 bool more_delayed_work = !next_time.is_null();339 TimeDelta delay = next_time - TimeTicks::Now();342 ScheduleDelayedWork(next_time);