Searched refs:close_in_timeout (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c600 int close_in_timeout; member in struct:test_eloop
606 static void eloop_tests_start(int close_in_timeout);
713 if (!t->close_in_timeout)
729 if (t->close_in_timeout)
764 next_run = t->close_in_timeout;
774 static void eloop_tests_start(int close_in_timeout) argument
783 t->close_in_timeout = close_in_timeout;
785 wpa_printf(MSG_INFO, "starting eloop tests (%p) (close_in_timeout=%d)",
786 t, close_in_timeout);
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c600 int close_in_timeout; member in struct:test_eloop
606 static void eloop_tests_start(int close_in_timeout);
713 if (!t->close_in_timeout)
729 if (t->close_in_timeout)
764 next_run = t->close_in_timeout;
774 static void eloop_tests_start(int close_in_timeout) argument
783 t->close_in_timeout = close_in_timeout;
785 wpa_printf(MSG_INFO, "starting eloop tests (%p) (close_in_timeout=%d)",
786 t, close_in_timeout);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c600 int close_in_timeout; member in struct:test_eloop
606 static void eloop_tests_start(int close_in_timeout);
713 if (!t->close_in_timeout)
729 if (t->close_in_timeout)
764 next_run = t->close_in_timeout;
774 static void eloop_tests_start(int close_in_timeout) argument
783 t->close_in_timeout = close_in_timeout;
785 wpa_printf(MSG_INFO, "starting eloop tests (%p) (close_in_timeout=%d)",
786 t, close_in_timeout);
[all...]

Completed in 91 milliseconds