Searched defs:next_timeout_sec (Results 1 - 3 of 3) sorted by relevance

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

Completed in 148 milliseconds