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

/freebsd-10.1-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.c1988 * supports fractional channels on this band. This is a hack
1990 * by per-band attributes though (we are effectively calculating
2026 b = nb->band;
2039 * the attributes from the band descriptions except
2041 * extension channel) in the band description and
2049 * so we need to expand only band specs for
3008 nbands = (cie->len - 3) / sizeof(cie->band[0]);
3010 schan = cie->band[i].schan;
3011 nchan = cie->band[i].nchan;
3014 cie->band[
[all...]
/freebsd-10.1-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-10.1-release/sys/net80211/
H A Dieee80211_scan.c1076 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1078 schan = cie->band[i].schan;
1079 nchan = cie->band[i].nchan;
1082 cie->band[i].maxtxpwr);
1084 printf(" %u,%u", schan, cie->band[i].maxtxpwr);
H A Dieee80211_regdomain.c275 /* flag set of channels to be excluded (band added below) */
330 frm = (uint8_t *)&ie->band[0];
344 if (c->ic_flags & skip) /* skip band, etc. */
H A Dieee80211.h768 } __packed band[1]; /* sub bands (NB: var size) */ member in struct:ieee80211_country_ie
/freebsd-10.1-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.c3284 * band and update net80211 with what we find.
3291 const struct wpi_chan_band *band = &wpi_bands[n]; local
3296 wpi_read_prom_data(sc, band->addr, channels,
3297 band->nchan * sizeof (struct wpi_eeprom_chan));
3299 for (i = 0; i < band->nchan; i++) {
3302 ("Channel Not Valid: %d, band %d\n",
3303 band->chan[i],n));
3308 chan = band->chan[i];
3316 if (n == 0) { /* 2GHz band */
3328 } else { /* 5GHz band */
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dsme.c859 * enum wpas_band - Frequency band
860 * @WPAS_BAND_2GHZ: 2.4 GHz ISM band
861 * @WPAS_BAND_5GHZ: around 5 GHz band (4.9 - 5.7 GHz)
876 enum wpas_band band = (freq <= 2484) ? WPAS_BAND_2GHZ : WPAS_BAND_5GHZ; local
887 return band;
926 /* Skip other band bss */
970 enum hostapd_hw_mode band,
973 /* Include only supported channels for the specified band */
977 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
979 /* No channels supported in this band
969 wpa_setband_scan_freqs_list(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode band, struct wpa_driver_scan_params *params) argument
[all...]
/freebsd-10.1-release/sys/dev/iwn/
H A Dif_iwn.c1813 struct iwn4965_eeprom_band *band = &sc->bands[i]; local
1814 struct iwn4965_eeprom_chan_samples *chans = band->chans;
1817 printf("===band %d===\n", i);
1818 printf("chan lo=%d, chan hi=%d\n", band->lo, band->hi);
1931 const struct iwn_chan_band *band = &iwn_bands[n]; local
1938 for (i = 0; i < band->nchan; i++) {
1942 band->chan[i], channels[i].flags,
1946 chan = band->chan[i];
1954 if (n == 0) { /* 2GHz band */
1991 const struct iwn_chan_band *band = &iwn_bands[n]; local
2073 int band, chan, i, j; local
[all...]
H A Dif_iwnreg.h937 uint8_t band; member in struct:iwn4965_cmd_txpower
1368 uint8_t band; member in struct:iwn_start_scan
1392 uint8_t band; member in struct:iwn_spectrum_notif
1740 /* 20MHz channels, 2GHz band. */
1742 /* 20MHz channels, 5GHz band. */
1747 /* 40MHz channels (primary channels), 2GHz band. */
1749 /* 40MHz channels (primary channels), 5GHz band. */
/freebsd-10.1-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-10.1-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-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt222 Configuration is now done out of band.
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES375 band-aid in b.c (member()), and some (uschar) casts to head

Completed in 248 milliseconds