HomeSort by relevance Sort by last modified time
    Searched defs:next_timeout_sec (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 277 int next_timeout_sec = 0; local
309 next_timeout_sec = 10; /* ... later */
324 next_timeout_sec = UPNP_CACHE_SEC / 4 +
329 sm->advertise_count, next_timeout_sec);
337 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
411 int next_timeout_sec = 0; local
452 next_timeout_sec, next_timeout_msec);
453 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
478 int next_timeout_sec; local
498 next_timeout_sec = next_timeout_msec / 1000
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 269 int next_timeout_sec = 0; local
301 next_timeout_sec = 10; /* ... later */
316 next_timeout_sec = UPNP_CACHE_SEC / 4 +
321 sm->advertise_count, next_timeout_sec);
329 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
389 int next_timeout_sec = 0; local
430 next_timeout_sec, next_timeout_msec);
431 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
456 int next_timeout_sec; local
477 next_timeout_sec = next_timeout_msec / 1000
    [all...]

Completed in 16 milliseconds