Home | History | Annotate | Download | only in ap

Lines Matching defs:usec

1070 	tu = (passed.sec * 1000000 + passed.usec) / 1024;
1092 unsigned int timeout, sec, usec;
1128 usec = (timeout % 1000) * 1024;
1129 eloop_register_timeout(sec, usec, ap_sa_query_timer, hapd, sta);