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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 276 int next_timeout_msec = 100; local
308 next_timeout_msec = 0;
322 next_timeout_msec = 0;
337 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
350 int next_timeout_msec; local
364 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
365 return eloop_register_timeout(0, next_timeout_msec,
410 int next_timeout_msec = 100; local
452 next_timeout_sec, next_timeout_msec);
453 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
479 int next_timeout_msec; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 268 int next_timeout_msec = 100; local
300 next_timeout_msec = 0;
314 next_timeout_msec = 0;
329 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
342 int next_timeout_msec; local
355 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
356 return eloop_register_timeout(0, next_timeout_msec,
388 int next_timeout_msec = 100; local
430 next_timeout_sec, next_timeout_msec);
431 eloop_register_timeout(next_timeout_sec, next_timeout_msec,
457 int next_timeout_msec; local
    [all...]

Completed in 21 milliseconds