Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:usec

1826 	tu = (passed.sec * 1000000 + passed.usec) / 1024;
1861 unsigned int timeout, sec, usec;
1891 usec = (timeout % 1000) * 1024;
1892 eloop_register_timeout(sec, usec, sme_sa_query_timer, wpa_s, NULL);