Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c274 int next_timeout_sec = 0; in advertisement_state_machine_handler() local
306 next_timeout_sec = 10; /* ... later */ in advertisement_state_machine_handler()
322 next_timeout_sec = UPNP_CACHE_SEC / 4 + in advertisement_state_machine_handler()
327 sm->advertise_count, next_timeout_sec); in advertisement_state_machine_handler()
335 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in advertisement_state_machine_handler()
395 int next_timeout_sec = 0; in msearchreply_state_machine_handler() local
436 next_timeout_sec, next_timeout_msec); in msearchreply_state_machine_handler()
437 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in msearchreply_state_machine_handler()
462 int next_timeout_sec; in msearchreply_state_machine_start() local
483 next_timeout_sec = next_timeout_msec / 1000; in msearchreply_state_machine_start()
[all …]