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

/freebsd-12-stable/lib/lib80211/
H A Dlib80211_regdomain.h37 struct freqband { struct
45 LIST_ENTRY(freqband) next;
56 const struct freqband *band; /* channel list description */
99 LIST_HEAD(, freqband) freqbands; /* frequency band table */
H A Dlib80211_regdomain.c56 struct freqband *freqband; /* current freqband */ member in struct:mystate
146 if (iseq(name, "freqband") && mt->freqband == NULL && mt->netband != NULL) {
149 warnx("duplicate freqband at line %ld ignored",
166 if (iseq(name, "freqband") && mt->freqband == NULL) {
167 mt->freqband = calloc(1, sizeof(struct freqband));
[all...]
/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h160 uint32_t freqband : 6, member in struct:malo_hal_channel_flags
H A Dif_malo.c1870 hc->flags.freqband = MALO_FREQ_BAND_2DOT4GHZ;
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c2154 const struct freqband *b;

Completed in 179 milliseconds