Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:usec

1266 	tu = (passed.sec * 1000000 + passed.usec) / 1024;
1301 unsigned int timeout, sec, usec;
1325 usec = (timeout % 1000) * 1024;
1326 eloop_register_timeout(sec, usec, sme_sa_query_timer, wpa_s, NULL);