Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c350 unsigned long next_time = 0; in ap_handle_timer() local
385 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
400 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
423 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
427 if (next_time) { in ap_handle_timer()
430 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()
431 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()