Searched refs:now_sec (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_win.c242 os_time_t now_sec; local
251 now_sec = timeout->time.sec;
253 if (timeout->time.sec < now_sec) {
H A Deloop.c609 os_time_t now_sec; local
618 now_sec = timeout->time.sec;
620 if (timeout->time.sec < now_sec) {
/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c242 os_time_t now_sec; local
251 now_sec = timeout->time.sec;
253 if (timeout->time.sec < now_sec) {
H A Deloop.c609 os_time_t now_sec; local
618 now_sec = timeout->time.sec;
620 if (timeout->time.sec < now_sec) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_win.c242 os_time_t now_sec; local
251 now_sec = timeout->time.sec;
253 if (timeout->time.sec < now_sec) {
H A Deloop.c609 os_time_t now_sec; local
618 now_sec = timeout->time.sec;
620 if (timeout->time.sec < now_sec) {

Completed in 77 milliseconds