Lines Matching refs:sec
1131 "replaced with the minimum 10 sec",
1135 wpa_printf(MSG_DEBUG, "SME: OBSS Scan Interval %u sec",
1153 tu = (passed.sec * 1000000 + passed.usec) / 1024;
1188 unsigned int timeout, sec, usec;
1211 sec = ((timeout / 1000) * 1024) / 1000;
1213 eloop_register_timeout(sec, usec, sme_sa_query_timer, wpa_s, NULL);