Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dsta_info.c452 unsigned long next_time = 0; in ap_handle_timer() local
487 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
502 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
525 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
529 if (next_time) { in ap_handle_timer()
532 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()
533 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()