Searched refs:freqband (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sbin/ifconfig/
H A Dregdomain.h37 struct freqband { struct
45 LIST_ENTRY(freqband) next;
56 const struct freqband *band; /* channel list description */
97 LIST_HEAD(, freqband) freqbands; /* frequency band table */
H A Dregdomain.c55 struct freqband *freqband; /* current freqband */ member in struct:mystate
141 if (iseq(name, "freqband") && mt->freqband == NULL && mt->netband != NULL) {
144 warnx("duplicate freqband at line %ld ignored",
161 if (iseq(name, "freqband") && mt->freqband == NULL) {
162 mt->freqband = calloc(1, sizeof(struct freqband));
[all...]
H A Difieee80211.c2017 const struct freqband *b;
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malohal.h158 uint32_t freqband : 6, member in struct:malo_hal_channel_flags
H A Dif_malo.c1958 hc->flags.freqband = MALO_FREQ_BAND_2DOT4GHZ;

Completed in 168 milliseconds