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

  /src/sbin/ifconfig/
ieee80211.c 1233 int i, nbands, schan, nchan; local
1238 schan = cie->band[i].schan;
1241 printf(" %u-%u,%u", schan, schan + nchan-1,
1244 printf(" %u,%u", schan, cie->band[i].maxtxpwr);
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 555 int schan; /* probe channel */ member in struct:wwvunit
1990 up->schan = (up->schan + 1) % NCHAN;
1991 wwv_qsy(peer, up->schan);
2533 up->schan = up->dchan;
  /src/sys/net80211/
ieee80211.h 531 u_int8_t schan; /* starting channel */ member in struct:ieee80211_band

Completed in 31 milliseconds