/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 | 278 int next_timeout_msec = 100; local 310 next_timeout_msec = 0; 324 next_timeout_msec = 0; 339 eloop_register_timeout(next_timeout_sec, next_timeout_msec, 352 int next_timeout_msec; local 365 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8; 366 return eloop_register_timeout(0, next_timeout_msec, 398 int next_timeout_msec = 100; local 440 next_timeout_sec, next_timeout_msec); 441 eloop_register_timeout(next_timeout_sec, next_timeout_msec, 467 int next_timeout_msec; local [all...] |