HomeSort by: relevance | last modified time | path
    Searched defs:nbands (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ieee80211.c 1233 int i, nbands, schan, nchan; local in function:printcountry
1236 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1237 for (i = 0; i < nbands; i++) {
  /src/sys/dev/ic/
bwfm.c 406 const u_int nbands = le32toh(bandlist[0]); local in function:bwfm_attach
407 for (i = 1; i <= MIN(nbands, __arraycount(bandlist) - 1); i++) {

Completed in 13 milliseconds