Searched refs:naps (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/wiconfig/
H A Dwiconfig.c156 int naps, rate; local
215 naps = *(int *)wreq.wi_val;
217 if (naps > 0)
223 for ( i = 0; i < naps; i++, w++) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dwi.c3244 int i, naps, off, szbuf; local
3267 naps = 0;
3270 naps = (cnt * 2 + 2 - off) / szbuf;
3271 if (naps > N(sc->sc_aps))
3272 naps = N(sc->sc_aps);
3273 sc->sc_naps = naps;
3277 for (i = 0; i < naps; i++, ap++) {
3300 DPRINTF(("wi_scan_result: scan complete: ap %d\n", naps));

Completed in 131 milliseconds