Searched refs:band (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.c131 if (iseq(name, "band") && mt->netband == NULL) {
133 warnx("band without enclosing netband at line %ld",
143 if (mt->netband->band != NULL) {
148 mt->netband->band = (void *)strdup(ref);
282 /* <band> ... </band> */
327 /* </band> */
328 if (iseq(name, "band") && mt->netband != NULL) {
329 if (mt->netband->band == NULL) {
330 warnx("no freqbands for band a
[all...]
H A Dregdomain.h56 const struct freqband *band; /* channel list description */ member in struct:netband
97 LIST_HEAD(, freqband) freqbands; /* frequency band table */
H A Difieee80211.c1952 * supports fractional channels on this band. This is a hack
1954 * by per-band attributes though (we are effectively calculating
1990 b = nb->band;
2003 * the attributes from the band descriptions except
2005 * extension channel) in the band description and
2013 * so we need to expand only band specs for
2972 nbands = (cie->len - 3) / sizeof(cie->band[0]);
2974 schan = cie->band[i].schan;
2975 nchan = cie->band[i].nchan;
2978 cie->band[
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_tuner.c142 /* XXX FIXME: fill in the band-switch crosspoints */
150 { 0x00, 0x00 }, /* band-switch crosspoints */
151 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */
160 { 0x00, 0x00}, /* band-switch crosspoints */
161 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
170 { 0x00, 0x00 }, /* band-switch crosspoints */
171 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
180 { 0x00, 0x00 }, /* band-switch crosspoints */
181 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
190 { 0x00, 0x00 }, /* band
803 u_char band; local
[all...]
H A Dbktr_reg.h394 u_char band; member in struct:TVTUNER
407 ** band (0x00=NoRadio).
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c1062 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1064 schan = cie->band[i].schan;
1065 nchan = cie->band[i].nchan;
1068 cie->band[i].maxtxpwr);
1070 printf(" %u,%u", schan, cie->band[i].maxtxpwr);
H A Dieee80211_regdomain.c217 /* flag set of channels to be excluded (band added below) */
272 frm = (uint8_t *)&ie->band[0];
286 if (c->ic_flags & skip) /* skip band, etc. */
H A Dieee80211.h758 } __packed band[1]; /* sub bands (NB: var size) */ member in struct:ieee80211_country_ie
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h544 uint8_t band; member in struct:wpi_cmd_txpower
601 uint8_t band; member in struct:wpi_start_scan
H A Dif_wpi.c3282 * band and update net80211 with what we find.
3289 const struct wpi_chan_band *band = &wpi_bands[n]; local
3294 wpi_read_prom_data(sc, band->addr, channels,
3295 band->nchan * sizeof (struct wpi_eeprom_chan));
3297 for (i = 0; i < band->nchan; i++) {
3300 ("Channel Not Valid: %d, band %d\n",
3301 band->chan[i],n));
3306 chan = band->chan[i];
3314 if (n == 0) { /* 2GHz band */
3326 } else { /* 5GHz band */
[all...]
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c1707 struct iwn4965_eeprom_band *band = &sc->bands[i]; local
1708 struct iwn4965_eeprom_chan_samples *chans = band->chans;
1711 printf("===band %d===\n", i);
1712 printf("chan lo=%d, chan hi=%d\n", band->lo, band->hi);
1820 const struct iwn_chan_band *band = &iwn_bands[n]; local
1825 for (i = 0; i < band->nchan; i++) {
1829 band->chan[i], channels[i].flags,
1833 chan = band->chan[i];
1841 if (n == 0) { /* 2GHz band */
1875 const struct iwn_chan_band *band = &iwn_bands[n]; local
1950 int band, chan, i, j; local
[all...]
H A Dif_iwnreg.h822 uint8_t band; member in struct:iwn4965_cmd_txpower
1170 uint8_t band; member in struct:iwn_start_scan
1194 uint8_t band; member in struct:iwn_spectrum_notif
1521 /* 20MHz channels, 2GHz band. */
1523 /* 20MHz channels, 5GHz band. */
1528 /* 40MHz channels (primary channels), 2GHz band. */
1530 /* 40MHz channels (primary channels), 5GHz band. */
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h121 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw,
H A Dmwlhal.c856 * precise band info causes it to lockup (sometimes).
1118 "%s: no cal data for channel %u band %u width %u ext %u\n",
1144 mwl_hal_getchannelinfo(struct mwl_hal *mh0, int band, int chw, argument
1149 switch (band) {
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c2721 int i, next, band, b, bstart; local
2726 * band and the count of items in the run.
2730 band = -1; /* NB: impossible value */
2735 if (b != band) {
2736 if (band != -1)
2738 (next - bstart) | band;
2740 band = b, bstart = next++;
2750 scan.channels[bstart] = (next - bstart) | band;
3348 * led's for link state (associated or not), band (11a, 11g, 11b),
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt222 Configuration is now done out of band.
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES375 band-aid in b.c (member()), and some (uschar) casts to head

Completed in 302 milliseconds