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.c264 int next_timeout_sec = 0; in advertisement_state_machine_handler() local
296 next_timeout_sec = 10; /* ... later */ in advertisement_state_machine_handler()
312 next_timeout_sec = UPNP_CACHE_SEC / 4 + in advertisement_state_machine_handler()
317 sm->advertise_count, next_timeout_sec); in advertisement_state_machine_handler()
325 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in advertisement_state_machine_handler()
385 int next_timeout_sec = 0; in msearchreply_state_machine_handler() local
426 next_timeout_sec, next_timeout_msec); in msearchreply_state_machine_handler()
427 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in msearchreply_state_machine_handler()
452 int next_timeout_sec; in msearchreply_state_machine_start() local
473 next_timeout_sec = next_timeout_msec / 1000; in msearchreply_state_machine_start()
[all …]