Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:new_int

836 	struct os_time remaining, new_int;
842 new_int.sec = sec;
843 new_int.usec = 0;
844 if (cancelled && os_time_before(&remaining, &new_int)) {
845 new_int.sec = remaining.sec;
846 new_int.usec = remaining.usec;
849 eloop_register_timeout(new_int.sec, new_int.usec, wpa_supplicant_scan,