Symbol: ieee80211_channel
sbin/ifconfig/ifieee80211.c
198
static struct ieee80211_channel curchan;
sbin/ifconfig/ifieee80211.c
2062
const struct ieee80211_channel *ca = a;
sbin/ifconfig/ifieee80211.c
2063
const struct ieee80211_channel *cb = b;
sbin/ifconfig/ifieee80211.c
2071
static const struct ieee80211_channel *
sbin/ifconfig/ifieee80211.c
2072
chanlookup(const struct ieee80211_channel chans[], int nchans,
sbin/ifconfig/ifieee80211.c
2079
const struct ieee80211_channel *c = &chans[i];
sbin/ifconfig/ifieee80211.c
2088
chanfind(const struct ieee80211_channel chans[], int nchans, uint32_t flags)
sbin/ifconfig/ifieee80211.c
2091
const struct ieee80211_channel *c = &chans[i];
sbin/ifconfig/ifieee80211.c
2154
struct ieee80211_channel *c, *prev;
sbin/ifconfig/ifieee80211.c
272
const struct ieee80211_channel *fc = &chaninfo->ic_chans[i];
sbin/ifconfig/ifieee80211.c
284
const struct ieee80211_channel *tc = &chaninfo->ic_chans[j];
sbin/ifconfig/ifieee80211.c
353
mapfreq(struct ieee80211_channel *chan, uint16_t freq, unsigned int flags)
sbin/ifconfig/ifieee80211.c
358
const struct ieee80211_channel *c = &chaninfo->ic_chans[i];
sbin/ifconfig/ifieee80211.c
373
mapchan(struct ieee80211_channel *chan, uint8_t ieee, unsigned int flags)
sbin/ifconfig/ifieee80211.c
378
const struct ieee80211_channel *c = &chaninfo->ic_chans[i];
sbin/ifconfig/ifieee80211.c
392
static const struct ieee80211_channel *
sbin/ifconfig/ifieee80211.c
410
chan2mode(const struct ieee80211_channel *c)
sbin/ifconfig/ifieee80211.c
4275
get_chaninfo(const struct ieee80211_channel *c, int precise,
sbin/ifconfig/ifieee80211.c
4328
print_chaninfo(const struct ieee80211_channel *c, int verb)
sbin/ifconfig/ifieee80211.c
4350
chanpref(const struct ieee80211_channel *c)
sbin/ifconfig/ifieee80211.c
4390
const struct ieee80211_channel *c;
sbin/ifconfig/ifieee80211.c
4427
struct ieee80211_channel *a =
sbin/ifconfig/ifieee80211.c
4461
print_txpow(const struct ieee80211_channel *c)
sbin/ifconfig/ifieee80211.c
4469
print_txpow_verbose(const struct ieee80211_channel *c)
sbin/ifconfig/ifieee80211.c
4484
struct ieee80211_channel *c, *prev;
sbin/ifconfig/ifieee80211.c
5172
const struct ieee80211_channel *c;
sbin/ifconfig/ifieee80211.c
595
struct ieee80211_channel chan;
sbin/ifconfig/ifieee80211.c
776
struct ieee80211_channel chan;
sbin/ifconfig/ifieee80211.c
812
getchannel(if_ctx *ctx, struct ieee80211_channel *chan, const char *val)
sbin/ifconfig/ifieee80211.c
841
struct ieee80211_channel chan;
sys/compat/linuxkpi/common/include/net/mac80211.h
1042
int (*remain_on_channel)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_channel *, int, enum ieee80211_roc_type);
sys/compat/linuxkpi/common/src/linux_80211.c
1013
lkpi_net80211_chan_to_nl80211_band(struct ieee80211_channel *c)
sys/compat/linuxkpi/common/src/linux_80211.c
1289
struct ieee80211_channel *c)
sys/compat/linuxkpi/common/src/linux_80211.c
1319
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
4282
const struct ieee80211_channel *chan;
sys/compat/linuxkpi/common/src/linux_80211.c
4339
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
4349
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
4686
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
5002
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
5422
struct ieee80211_channel *c;
sys/compat/linuxkpi/common/src/linux_80211.c
6219
int *n, struct ieee80211_channel *c)
sys/dev/ath/ath_dfs/null/dfs_null.c
101
ath_dfs_radar_enable(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ath/ath_dfs/null/dfs_null.c
190
struct ieee80211_channel *chan)
sys/dev/ath/ath_dfs/null/dfs_null.c
203
ath_dfs_tasklet_needed(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah.c
1156
ath_hal_getChanNoise(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah.c
1187
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/ath/ath_hal/ah.c
515
ath_hal_get_curmode(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah.c
573
ath_hal_chan2wmode(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah.c
597
const struct ieee80211_channel *c = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ah.c
637
const struct ieee80211_channel *c = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ah.h
1248
struct ieee80211_channel *,
sys/dev/ath/ath_hal/ah.h
1259
struct ieee80211_channel *, HAL_BOOL *);
sys/dev/ath/ath_hal/ah.h
1261
struct ieee80211_channel *, u_int chainMask,
sys/dev/ath/ath_hal/ah.h
1264
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah.h
1266
const struct ieee80211_channel *, uint16_t *);
sys/dev/ath/ath_hal/ah.h
1269
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah.h
1343
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah.h
1345
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah.h
1448
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah.h
1595
struct ieee80211_channel;
sys/dev/ath/ath_hal/ah.h
1601
struct ieee80211_channel *chans, u_int maxchans, int *nchans,
sys/dev/ath/ath_hal/ah.h
1610
struct ieee80211_channel *chans, u_int maxchans, int *nchans,
sys/dev/ath/ath_hal/ah.h
1619
struct ieee80211_channel *chans, int nchans,
sys/dev/ath/ath_hal/ah.h
1627
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/ath/ath_hal/ah.h
1645
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ah.h
926
struct ieee80211_channel;
sys/dev/ath/ath_hal/ah_internal.h
1005
const HAL_CHANNEL_INTERNAL *ichan, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah_internal.h
1021
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ah_internal.h
368
struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah_internal.h
399
const struct ieee80211_channel *ah_curchan;/* operating channel */
sys/dev/ath/ath_hal/ah_internal.h
693
const struct ieee80211_channel *chan, u_int twiceGain);
sys/dev/ath/ath_hal/ah_internal.h
699
u_int ath_hal_getctl(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah_internal.h
709
ath_hal_checkchannel(struct ath_hal *ah, const struct ieee80211_channel *c)
sys/dev/ath/ath_hal/ah_internal.h
721
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah_internal.h
730
ath_hal_gethwchannel(struct ath_hal *ah, const struct ieee80211_channel *c)
sys/dev/ath/ath_hal/ah_internal.h
898
int16_t ath_hal_getChanNoise(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah_regdomain.c
399
setchannelflags(struct ieee80211_channel *c, REG_DMN_FREQ_BAND *fband,
sys/dev/ath/ath_hal/ah_regdomain.c
420
addchan(struct ath_hal *ah, struct ieee80211_channel chans[],
sys/dev/ath/ath_hal/ah_regdomain.c
424
struct ieee80211_channel *c;
sys/dev/ath/ath_hal/ah_regdomain.c
445
copychan_prev(struct ath_hal *ah, struct ieee80211_channel chans[],
sys/dev/ath/ath_hal/ah_regdomain.c
448
struct ieee80211_channel *c;
sys/dev/ath/ath_hal/ah_regdomain.c
470
add_chanlist_band(struct ath_hal *ah, struct ieee80211_channel chans[],
sys/dev/ath/ath_hal/ah_regdomain.c
513
add_chanlist_mode(struct ath_hal *ah, struct ieee80211_channel chans[],
sys/dev/ath/ath_hal/ah_regdomain.c
657
struct ieee80211_channel chans[], u_int maxchans, int *nchans,
sys/dev/ath/ath_hal/ah_regdomain.c
720
struct ieee80211_channel chans[], u_int maxchans, int *nchans,
sys/dev/ath/ath_hal/ah_regdomain.c
758
struct ieee80211_channel chans[], int nchans, int sku)
sys/dev/ath/ath_hal/ah_regdomain.c
765
struct ieee80211_channel *c = &chans[i];
sys/dev/ath/ath_hal/ah_regdomain.c
815
struct ieee80211_channel chans[], u_int maxchans, int *nchans,
sys/dev/ath/ath_hal/ah_regdomain.c
847
struct ieee80211_channel chans[], int nchans,
sys/dev/ath/ath_hal/ah_regdomain.c
898
ath_hal_checkchannel(struct ath_hal *ah, const struct ieee80211_channel *c)
sys/dev/ath/ath_hal/ah_regdomain.c
930
ath_hal_getctl(struct ath_hal *ah, const struct ieee80211_channel *c)
sys/dev/ath/ath_hal/ah_regdomain.c
990
const struct ieee80211_channel *chan, u_int twiceGain)
sys/dev/ath/ath_hal/ar5210/ar5210.h
132
struct ieee80211_channel *, HAL_BOOL bChannelChange,
sys/dev/ath/ath_hal/ar5210/ar5210.h
137
extern HAL_BOOL ar5210ChipReset(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
138
extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
139
extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5210/ar5210.h
141
extern HAL_BOOL ar5210ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
147
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
301
extern void ar5210AniPoll(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
303
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
331
ar5210GetChipPowerLimits(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
34
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
573
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
578
ar5210AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
390
ar5210ChipReset(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
451
struct ieee80211_channel *chan, u_int chainMask,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
571
ar5210PerCalibration(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
578
ar5210ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
58
static HAL_BOOL ar5210SetChannel(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
71
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
731
setupPowerSettings(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
833
ar5210SetTransmitPower(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
921
ar5210SetChannel(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
157
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5211/ar5211.h
149
struct ieee80211_channel *, HAL_BOOL bChannelChange,
sys/dev/ath/ath_hal/ar5211/ar5211.h
155
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
156
extern HAL_BOOL ar5211PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
157
extern HAL_BOOL ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5211/ar5211.h
159
extern HAL_BOOL ar5211ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
162
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
164
HAL_ANT_SETTING, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
328
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211.h
329
extern void ar5211AniPoll(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
34
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
454
ar5211GetChipPowerLimits(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
574
ar5211AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
580
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
619
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1033
ar5211SetRf6and7(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
109
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
113
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1140
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
115
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
117
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1203
ar5211SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
121
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
124
uint16_t numChannels, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1313
ar5211SetTransmitPower(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1495
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
156
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1925
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
594
ar5211ChipReset(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
641
ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
734
ar5211PerCalibration(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
741
ar5211ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
785
ar5211SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
892
getNoiseFloorThresh(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
921
ar5211IsNfGood(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
958
ar5211CalNoiseFloor(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
235
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar2316.c
165
ar2316SetRfRegs(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2316.c
504
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2316.c
644
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2316.c
91
ar2316SetChannel(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar2317.c
143
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2317.c
482
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2317.c
624
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2317.c
82
ar2317SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar2413.c
159
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2413.c
498
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2413.c
639
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2413.c
78
ar2413SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar2425.c
153
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2425.c
497
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2425.c
601
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar2425.c
85
ar2425SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5111.c
218
ar5111SetRfRegs(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5111.c
391
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5111.c
627
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5111.c
77
ar5111SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5112.c
179
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5112.c
346
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5112.c
767
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5112.c
78
ar5112SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212.h
138
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
140
const struct ieee80211_channel *, uint16_t modesIndex,
sys/dev/ath/ath_hal/ar5212/ar5212.h
144
const struct ieee80211_channel *, uint16_t *rfXpdGain);
sys/dev/ath/ath_hal/ar5212/ar5212.h
146
const struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5212/ar5212.h
557
struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
sys/dev/ath/ath_hal/ar5212/ar5212.h
560
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
565
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
567
struct ieee80211_channel *chan, HAL_BOOL *isIQdone);
sys/dev/ath/ath_hal/ar5212/ar5212.h
569
struct ieee80211_channel *chan, u_int chainMask,
sys/dev/ath/ath_hal/ar5212/ar5212.h
572
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
577
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
579
HAL_ANT_SETTING settings, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
582
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5212/ar5212.h
644
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
645
extern void ar5212AniPoll(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212.h
646
extern void ar5212AniReset(struct ath_hal *, const struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
392
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
502
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
586
ar5212AniReset(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
970
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
981
ar5212AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
301
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
430
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1102
ar5212PerCalibration(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1109
ar5212ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
118
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1309
getNoiseFloorThresh(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1390
ar5212GetNf(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1510
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1596
ar5212IsSpurChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1611
ar5212SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1750
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1928
ar5212SetDeltaSlope(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1989
struct ieee80211_channel dummy = *AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2004
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2132
ar5212SetRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2350
ar5212GetChipPowerLimits(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2566
ar5212GetTargetPowers(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2716
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2769
ar5212SetIFSTiming(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
38
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
40
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
41
int16_t ar5212GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
43
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
45
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
47
const struct ieee80211_channel *chan, uint16_t *rfXpdGain);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
49
const struct ieee80211_channel *, int16_t tpcScaleReduction,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
54
const struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
60
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
62
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
712
ar5212SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
729
ar5212ChannelChange(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
861
ar5212ChipReset(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
973
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
272
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5212/ar5413.c
158
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5413.c
541
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5413.c
682
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5212/ar5413.c
78
ar5413SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5312/ar5312.h
65
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5312/ar5312.h
70
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
37
extern int16_t ar5212GetNf(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
39
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
41
const struct ieee80211_channel *chan, uint16_t *rfXpdGain);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
43
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
45
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
47
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
49
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
51
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
613
ar5312ChipReset(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
90
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar2133.c
125
ar2133SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar2133.c
257
ar2133SetRfRegs(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar2133.c
329
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar5416/ar2133.c
364
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
102
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416.h
187
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
188
extern void ar5416AniPoll(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
189
extern void ar5416AniReset(struct ath_hal *, const struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5416/ar5416.h
257
const struct ieee80211_channel *chan, HAL_BOOL enable);
sys/dev/ath/ath_hal/ar5416/ar5416.h
299
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
307
const struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5416/ar5416.h
311
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
315
const struct ieee80211_channel *, uint16_t *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
317
struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416.h
319
const struct ieee80211_channel *chan, CHAN_CENTERS *centers);
sys/dev/ath/ath_hal/ar5416/ar5416.h
321
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
330
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
335
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
342
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416.h
346
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416.h
350
const struct ieee80211_channel *chan, CAL_DATA_PER_FREQ *pRawDataSet,
sys/dev/ath/ath_hal/ar5416/ar5416.h
365
struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416.h
368
const struct ieee80211_channel *chan, const int16_t ratesArray[]);
sys/dev/ath/ath_hal/ar5416/ar5416.h
80
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
82
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
86
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416.h
97
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
369
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
466
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
542
ar5416AniReset(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
916
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
927
ar5416AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
37
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
39
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
583
ar5416WriteIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
638
ar5416SpurMitigate(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
201
ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
243
ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
338
ar5416ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
37
static HAL_BOOL ar5416LoadNF(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
38
static int16_t ar5416GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
40
static uint16_t ar5416GetDefaultNF(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
443
ar5416PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
542
ar5416PerCalibration(struct ath_hal *ah, struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
563
const struct ieee80211_channel *chan, int16_t *nft)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
587
ar5416LoadNF(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
64
ar5416IsCalSupp(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
737
ar5416GetDefaultNF(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
786
ar5416GetNf(struct ath_hal *ah, struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
105
HAL_BOOL ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
106
HAL_BOOL ar5416InitCal(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
107
HAL_BOOL ar5416PerCalibration(struct ath_hal *, struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
109
HAL_BOOL ar5416PerCalibrationN(struct ath_hal *, struct ieee80211_channel *,
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
112
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
562
ar5416SetRifsDelay(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1057
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1509
ar5416InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1618
ar5416SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1754
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1811
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2100
ar5416GetTargetPowers(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2160
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2346
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2422
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2589
ar5416Set11nRegs(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2633
const struct ieee80211_channel *chan, CHAN_CENTERS *centers)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2660
ar5416OverrideIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2710
ar5416EepromSetAddac(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2826
ar5416SetIFSTiming(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
43
static void ar5416InitBB(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
47
static void ar5416OverrideIni(struct ath_hal *ah, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
490
ar5416ChannelChange(struct ath_hal *ah, const structu ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
50
static HAL_BOOL ar5416ChannelChange(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
52
static void ar5416SetDeltaSlope(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
58
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
62
static void ar5416Set11nRegs(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
623
ar5416InitBB(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
65
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
750
ar5416SetRfMode(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
77
struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
777
ar5416ChipReset(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
858
ar5416SetDeltaSlope(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
924
struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
965
const struct ieee80211_channel *chan, const int16_t ratesArray[])
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
1247
const struct ieee80211_channel *chan = AH_PRIVATE(ah)->ah_curchan;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
90
ar9160InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9280.c
232
ar9280SetRfRegs(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9280.c
246
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar9002/ar9280.c
281
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9280.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/ath/ath_hal/ar9002/ar9280.c
73
ar9280SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9280.h
61
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar9002/ar9280.h
63
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
105
ar9280InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
492
ar9280WriteIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
572
ar9280SpurMitigate(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
69
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
282
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
61
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
37
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
41
const struct ieee80211_channel *chan, CAL_DATA_PER_FREQ *pRawDataSet,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
47
struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9285.h
47
const struct ieee80211_channel *, uint16_t *);
sys/dev/ath/ath_hal/ar9002/ar9285.h
49
const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
489
ar9285WriteIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
74
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9285_cal.c
165
ar9285_hw_cl_cal(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9285_cal.c
204
ar9285_hw_clc(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9285_cal.c
262
const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9285_cal.h
32
extern HAL_BOOL ar9285InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
244
ar9285SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
397
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
56
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
565
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
62
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
638
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
65
const struct ieee80211_channel *chan, CAL_DATA_PER_FREQ_4K *pRawDataSet,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
73
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar9002/ar9287.c
174
ar9287SetRfRegs(struct ath_hal *ah, const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9287.c
188
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar9002/ar9287.c
223
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9287.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/ath/ath_hal/ar9002/ar9287.c
73
ar9287SetChannel(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
388
ar9287WriteIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
73
const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9287_cal.c
52
ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9287_cal.h
31
extern HAL_BOOL ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
104
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9287_olc.h
25
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
128
const struct ieee80211_channel *chan,
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
328
const struct ieee80211_channel *chan, uint16_t *rfXpdGain)
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
451
ar9287SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
46
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar9002/ar9287_reset.h
23
const struct ieee80211_channel *chan, uint16_t *rfXpdGain);
sys/dev/ath/ath_hal/ar9002/ar9287_reset.h
25
const struct ieee80211_channel *chan);
sys/dev/ath/if_ath.c
194
static int ath_chan_set(struct ath_softc *, struct ieee80211_channel *);
sys/dev/ath/if_ath.c
195
static void ath_chan_change(struct ath_softc *, struct ieee80211_channel *);
sys/dev/ath/if_ath.c
1976
ath_update_chainmasks(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ath/if_ath.c
209
struct ieee80211_channel []);
sys/dev/ath/if_ath.c
211
struct ieee80211_channel []);
sys/dev/ath/if_ath.c
5244
ath_chan_change(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ath/if_ath.c
5265
ath_chan_set(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ath/if_ath.c
6356
int nchans, struct ieee80211_channel chans[])
sys/dev/ath/if_ath.c
6380
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/ath/if_ath_btcoex.c
410
ath_btcoex_enable(struct ath_softc *sc, const struct ieee80211_channel *chan)
sys/dev/ath/if_ath_btcoex.h
42
const struct ieee80211_channel *ch);
sys/dev/ath/if_ath_btcoex_mci.c
172
const struct ieee80211_channel *chan)
sys/dev/ath/if_ath_btcoex_mci.c
324
struct ieee80211_channel *chan = ic->ic_curchan;
sys/dev/ath/if_ath_btcoex_mci.h
37
const struct ieee80211_channel *chan);
sys/dev/ath/if_ath_lna_div.c
137
ath_lna_div_enable(struct ath_softc *sc, const struct ieee80211_channel *chan)
sys/dev/ath/if_ath_lna_div.h
84
const struct ieee80211_channel *ch);
sys/dev/ath/if_ath_spectral.c
143
ath_spectral_enable(struct ath_softc *sc, struct ieee80211_channel *ch)
sys/dev/ath/if_ath_spectral.h
38
struct ieee80211_channel *ch);
sys/dev/ath/if_athdfs.h
37
struct ieee80211_channel *chan);
sys/dev/ath/if_athdfs.h
42
struct ieee80211_channel *chan);
sys/dev/ath/if_athdfs.h
44
struct ieee80211_channel *chan);
sys/dev/ath/if_athvar.h
682
struct ieee80211_channel *sc_curchan; /* current installed channel */
sys/dev/bwi/if_bwi.c
114
struct ieee80211_channel[]);
sys/dev/bwi/if_bwi.c
1685
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/bwi/if_bwi.c
1723
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/bwn/if_bwn.c
144
static void bwn_addchannels(struct ieee80211_channel [], int, int *,
sys/dev/bwn/if_bwn.c
1810
bwn_addchannels(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/dev/bwn/if_bwn.c
305
struct ieee80211_channel *);
sys/dev/bwn/if_bwn.c
4827
bwn_switch_band(struct bwn_softc *sc, struct ieee80211_channel *chan)
sys/dev/bwn/if_bwnvar.h
1085
bwn_channel_band(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/bwn/if_bwnvar.h
1121
bwn_get_chan_centre_freq(struct bwn_mac *mac, struct ieee80211_channel *chan)
sys/dev/bwn/if_bwnvar.h
1137
static inline struct ieee80211_channel *
sys/dev/bwn/if_bwnvar.h
1154
bwn_get_chan_type(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/bwn/if_bwnvar.h
1170
bwn_get_chan_power(struct bwn_mac *mac, struct ieee80211_channel *c)
sys/dev/ipw/if_ipw.c
1101
ipw_setcurchan(struct ipw_softc *sc, struct ieee80211_channel *chan)
sys/dev/ipw/if_ipw.c
1117
struct ieee80211_channel *c;
sys/dev/ipw/if_ipw.c
169
struct ieee80211_channel[]);
sys/dev/ipw/if_ipw.c
2151
ipw_setchannel(struct ipw_softc *sc, struct ieee80211_channel *chan)
sys/dev/ipw/if_ipw.c
2629
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/iwi/if_iwi.c
216
struct ieee80211_channel []);
sys/dev/iwi/if_iwi.c
2665
const struct ieee80211_channel *chan)
sys/dev/iwi/if_iwi.c
2677
scan_band(const struct ieee80211_channel *c)
sys/dev/iwi/if_iwi.c
2700
struct ieee80211_channel *chan;
sys/dev/iwi/if_iwi.c
3603
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/iwm/if_iwm.c
1966
iwm_add_channel_band(struct iwm_softc *sc, struct ieee80211_channel chans[],
sys/dev/iwm/if_iwm.c
2008
struct ieee80211_channel chans[])
sys/dev/iwm/if_iwm.c
303
struct ieee80211_channel[], int, int *, int, size_t,
sys/dev/iwm/if_iwm.c
306
struct ieee80211_channel[]);
sys/dev/iwm/if_iwm_phy_ctxt.c
190
struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan,
sys/dev/iwm/if_iwm_phy_ctxt.c
281
struct ieee80211_channel *chan,
sys/dev/iwm/if_iwm_phy_ctxt.c
302
struct iwm_phy_ctxt *ctxt, struct ieee80211_channel *chan,
sys/dev/iwm/if_iwm_phy_ctxt.h
110
struct ieee80211_channel *chan,
sys/dev/iwm/if_iwm_phy_ctxt.h
113
struct iwm_phy_ctxt *ctxt, struct ieee80211_channel *chan,
sys/dev/iwm/if_iwm_power.c
236
struct ieee80211_channel *chan;
sys/dev/iwm/if_iwm_scan.c
181
iwm_scan_rxon_flags(struct ieee80211_channel *c)
sys/dev/iwm/if_iwm_scan.c
286
iwm_scan_skip_channel(struct ieee80211_channel *c)
sys/dev/iwm/if_iwm_scan.c
302
struct ieee80211_channel *c;
sys/dev/iwm/if_iwm_scan.c
346
struct ieee80211_channel *c;
sys/dev/iwm/if_iwm_scan.c
484
struct ieee80211_channel *c;
sys/dev/iwm/if_iwmvar.h
343
struct ieee80211_channel *channel;
sys/dev/iwn/if_iwn.c
180
struct ieee80211_channel[]);
sys/dev/iwn/if_iwn.c
182
struct ieee80211_channel[]);
sys/dev/iwn/if_iwn.c
185
struct ieee80211_channel *);
sys/dev/iwn/if_iwn.c
187
struct ieee80211_channel[]);
sys/dev/iwn/if_iwn.c
190
struct ieee80211_channel[]);
sys/dev/iwn/if_iwn.c
2431
struct ieee80211_channel chans[])
sys/dev/iwn/if_iwn.c
2484
struct ieee80211_channel chans[])
sys/dev/iwn/if_iwn.c
2559
iwn_find_eeprom_channel(struct iwn_softc *sc, struct ieee80211_channel *c)
sys/dev/iwn/if_iwn.c
2587
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/iwn/if_iwn.c
2604
int nchan, struct ieee80211_channel chans[])
sys/dev/iwn/if_iwn.c
2610
struct ieee80211_channel *c = &chans[i];
sys/dev/iwn/if_iwn.c
2630
struct ieee80211_channel *c;
sys/dev/iwn/if_iwn.c
291
struct ieee80211_scan_state *, struct ieee80211_channel *);
sys/dev/iwn/if_iwn.c
6657
struct ieee80211_channel *c)
sys/dev/iwn/if_iwn.c
6945
struct ieee80211_channel *c, uint8_t n_probes)
sys/dev/iwn/if_iwn.c
6996
iwn_get_passive_dwell_time(struct iwn_softc *sc, struct ieee80211_channel *c)
sys/dev/iwn/if_iwn.c
7012
struct ieee80211_scan_state *ss, struct ieee80211_channel *c)
sys/dev/iwx/if_iwx.c
3180
struct ieee80211_channel chans[])
sys/dev/iwx/if_iwx.c
404
struct ieee80211_channel[]);
sys/dev/iwx/if_iwx.c
454
static uint8_t iwx_get_vht_ctrl_pos(struct ieee80211com *, struct ieee80211_channel *);
sys/dev/iwx/if_iwx.c
4992
iwx_get_vht_ctrl_pos(struct ieee80211com *ic, struct ieee80211_channel *chan)
sys/dev/iwx/if_iwx.c
5032
struct ieee80211_channel *chan = ctxt->channel;
sys/dev/iwx/if_iwx.c
5087
struct ieee80211_channel *chan = ctxt->channel;
sys/dev/iwx/if_iwx.c
536
struct ieee80211_channel *, uint8_t, uint8_t, uint32_t, uint8_t,
sys/dev/iwx/if_iwx.c
5481
struct ieee80211_channel *c = ni->ni_chan;
sys/dev/iwx/if_iwx.c
6362
struct ieee80211_channel *c;
sys/dev/iwx/if_iwx.c
7493
struct ieee80211_channel *chan, uint8_t chains_static,
sys/dev/iwx/if_iwxvar.h
334
struct ieee80211_channel *channel;
sys/dev/malo/if_malo.c
138
static int malo_chan_set(struct malo_softc *, struct ieee80211_channel *);
sys/dev/malo/if_malo.c
1851
malo_mapchan(struct malo_hal_channel *hc, const struct ieee80211_channel *chan)
sys/dev/malo/if_malo.c
1867
malo_chan_set(struct malo_softc *sc, struct ieee80211_channel *chan)
sys/dev/mwl/if_mwl.c
146
static int mwl_chan_set(struct mwl_softc *, struct ieee80211_channel *);
sys/dev/mwl/if_mwl.c
162
struct ieee80211_channel *);
sys/dev/mwl/if_mwl.c
163
static int mwl_setapmode(struct ieee80211vap *, struct ieee80211_channel*);
sys/dev/mwl/if_mwl.c
177
struct ieee80211_channel []);
sys/dev/mwl/if_mwl.c
179
struct ieee80211_channel []);
sys/dev/mwl/if_mwl.c
3759
mwl_getapmode(const struct ieee80211vap *vap, struct ieee80211_channel *chan)
sys/dev/mwl/if_mwl.c
3787
mwl_setapmode(struct ieee80211vap *vap, struct ieee80211_channel *chan)
sys/dev/mwl/if_mwl.c
3797
mwl_chan_set(struct mwl_softc *sc, struct ieee80211_channel *chan)
sys/dev/mwl/if_mwl.c
4325
int nchan, struct ieee80211_channel chans[])
sys/dev/mwl/if_mwl.c
4333
struct ieee80211_channel *c = &chans[i];
sys/dev/mwl/if_mwl.c
4386
addht40channels(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/dev/mwl/if_mwl.c
4402
addchannels(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/dev/mwl/if_mwl.c
4418
struct ieee80211_channel chans[])
sys/dev/mwl/if_mwl.c
4455
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/mwl/if_mwl.c
938
mwl_mapchan(MWL_HAL_CHANNEL *hc, const struct ieee80211_channel *chan)
sys/dev/otus/if_otus.c
133
struct ieee80211_channel[]);
sys/dev/otus/if_otus.c
185
struct ieee80211_channel *);
sys/dev/otus/if_otus.c
187
struct ieee80211_channel *);
sys/dev/otus/if_otus.c
189
struct ieee80211_channel *);
sys/dev/otus/if_otus.c
191
static int otus_set_chan(struct otus_softc *, struct ieee80211_channel *,
sys/dev/otus/if_otus.c
2621
otus_set_board_values(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/otus/if_otus.c
2712
otus_program_phy(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/otus/if_otus.c
2767
otus_set_rf_bank4(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/otus/if_otus.c
2828
otus_set_chan(struct otus_softc *sc, struct ieee80211_channel *c, int assoc)
sys/dev/otus/if_otus.c
784
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/otus/if_otusreg.h
1030
struct ieee80211_channel *sc_curchan;
sys/dev/ral/rt2560.c
118
struct ieee80211_channel[]);
sys/dev/ral/rt2560.c
139
struct ieee80211_channel *);
sys/dev/ral/rt2560.c
2027
rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c)
sys/dev/ral/rt2560.c
2127
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/ral/rt2661.c
114
struct ieee80211_channel[]);
sys/dev/ral/rt2661.c
142
struct ieee80211_channel *);
sys/dev/ral/rt2661.c
144
struct ieee80211_channel *);
sys/dev/ral/rt2661.c
1862
rt2661_select_band(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ral/rt2661.c
1904
rt2661_set_chan(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ral/rt2661.c
2747
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/ral/rt2661var.h
122
struct ieee80211_channel *sc_curchan;
sys/dev/ral/rt2860.c
140
struct ieee80211_channel[]);
sys/dev/ral/rt2860.c
184
struct ieee80211_channel *);
sys/dev/ral/rt2860.c
2297
struct ieee80211_channel chans[])
sys/dev/ral/rt2860.c
3284
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/ral/rt2860.c
4234
rt2860_switch_chan(struct rt2860_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/if_rtwn.c
129
struct ieee80211_channel[]);
sys/dev/rtwn/if_rtwn.c
1651
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/rtwn/if_rtwn.c
1697
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/rtwn/if_rtwn.c
1708
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/rtwn/if_rtwn.c
1773
struct ieee80211_channel *c = sc->sc_ic.ic_curchan;
sys/dev/rtwn/if_rtwn.c
862
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/rtwn/if_rtwn_nop.h
48
rtwn_nop_softc_chan(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/if_rtwnreg.h
157
rtwn_chan2centieee(const struct ieee80211_channel *c)
sys/dev/rtwn/if_rtwnvar.h
338
struct ieee80211_channel *);
sys/dev/rtwn/rtl8188e/r88e.h
51
struct ieee80211_channel *, uint8_t[RTWN_RIDX_COUNT]);
sys/dev/rtwn/rtl8188e/r88e_chan.c
58
r88e_get_power_group(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8188e/r88e_chan.c
85
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8192c/r92c.h
60
struct ieee80211_channel *, uint8_t[RTWN_RIDX_COUNT]);
sys/dev/rtwn/rtl8192c/r92c.h
65
void r92c_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
sys/dev/rtwn/rtl8192c/r92c_chan.c
107
r92c_get_power_group(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192c/r92c_chan.c
132
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8192c/r92c_chan.c
278
r92c_set_txpower(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192c/r92c_chan.c
361
r92c_set_chan(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192c/r92c_tx.c
134
struct ieee80211_channel *chan;
sys/dev/rtwn/rtl8192c/r92c_tx.c
318
struct ieee80211_channel *chan;
sys/dev/rtwn/rtl8192c/r92c_tx.c
56
r92c_tx_get_sco(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192c/r92c_var.h
55
struct ieee80211_channel *, uint8_t[]);
sys/dev/rtwn/rtl8192e/r92e.h
48
void r92e_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
sys/dev/rtwn/rtl8192e/r92e_chan.c
157
r92e_set_txpower(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192e/r92e_chan.c
235
r92e_set_chan(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192e/r92e_chan.c
65
r92e_get_power_group(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8192e/r92e_chan.c
90
r92e_get_txpower(struct rtwn_softc *sc, int chain, struct ieee80211_channel *c,
sys/dev/rtwn/rtl8812a/r12a.h
85
void r12a_fix_spur(struct rtwn_softc *, struct ieee80211_channel *);
sys/dev/rtwn/rtl8812a/r12a.h
86
void r12a_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
sys/dev/rtwn/rtl8812a/r12a_chan.c
152
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
167
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
185
const struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
215
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
227
r12a_get_power_group(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_chan.c
275
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
382
r12a_set_txpower(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_chan.c
397
r12a_fix_spur(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_chan.c
441
r12a_set_band(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_chan.c
494
r12a_set_chan(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_chan.c
64
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_chan.c
96
struct ieee80211_channel *c, uint8_t power[RTWN_RIDX_COUNT])
sys/dev/rtwn/rtl8812a/r12a_fw.c
160
struct ieee80211_channel *c = sc->sc_ic.ic_curchan;
sys/dev/rtwn/rtl8812a/r12a_tx.c
187
struct ieee80211_channel *chan;
sys/dev/rtwn/rtl8812a/r12a_tx.c
74
r12a_get_primary_channel(struct rtwn_softc *sc, struct ieee80211_channel *c)
sys/dev/rtwn/rtl8812a/r12a_var.h
89
struct ieee80211_channel *);
sys/dev/usb/wlan/if_mtw.c
222
static int mtw_set_chan(struct mtw_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_mtw.c
225
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_mtw.c
3716
mtw_set_chan(struct mtw_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_mtw.c
3762
struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_mtw.c
4134
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/usb/wlan/if_rsu.c
172
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_rsu.c
771
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_rum.c
2055
rum_select_band(struct rum_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_rum.c
2097
rum_set_chan(struct rum_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_rum.c
211
struct ieee80211_channel *);
sys/dev/usb/wlan/if_rum.c
213
struct ieee80211_channel *);
sys/dev/usb/wlan/if_rum.c
270
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_rum.c
3209
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_run.c
458
static int run_set_chan(struct run_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_run.c
461
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_run.c
4890
run_set_chan(struct run_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_run.c
4948
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_run.c
5402
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/usb/wlan/if_uath.c
1220
uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_uath.c
1419
uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_uath.c
290
struct ieee80211_channel *);
sys/dev/usb/wlan/if_uath.c
298
static int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_upgt.c
152
static void upgt_set_chan(struct upgt_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_upgt.c
882
upgt_set_chan(struct upgt_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_ural.c
1576
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_ural.c
1604
ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_ural.c
165
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_ural.c
168
struct ieee80211_channel *);
sys/dev/usb/wlan/if_ural.c
175
const struct ieee80211_channel *);
sys/dev/usb/wlan/if_ural.c
1813
ural_set_basicrates(struct ural_softc *sc, const struct ieee80211_channel *c)
sys/dev/usb/wlan/if_urtw.c
1600
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_urtw.c
669
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_urtwvar.h
118
struct ieee80211_channel *sc_curchan;
sys/dev/usb/wlan/if_zyd.c
1228
zyd_al2230_bandedge6(struct zyd_rf *rf, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_zyd.c
147
static void zyd_set_chan(struct zyd_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_zyd.c
163
struct ieee80211_channel[]);
sys/dev/usb/wlan/if_zyd.c
2053
zyd_set_chan(struct zyd_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_zyd.c
2877
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/usb/wlan/if_zydreg.h
1217
struct ieee80211_channel *);
sys/dev/wpi/if_wpi.c
1413
int *nchans, struct ieee80211_channel chans[])
sys/dev/wpi/if_wpi.c
1485
wpi_find_eeprom_channel(struct wpi_softc *sc, struct ieee80211_channel *c)
sys/dev/wpi/if_wpi.c
1500
int maxchans, int *nchans, struct ieee80211_channel chans[])
sys/dev/wpi/if_wpi.c
1515
int nchan, struct ieee80211_channel chans[])
sys/dev/wpi/if_wpi.c
1521
struct ieee80211_channel *c = &chans[i];
sys/dev/wpi/if_wpi.c
168
struct ieee80211_channel[]);
sys/dev/wpi/if_wpi.c
171
struct ieee80211_channel *);
sys/dev/wpi/if_wpi.c
173
struct ieee80211_channel[]);
sys/dev/wpi/if_wpi.c
176
struct ieee80211_channel[]);
sys/dev/wpi/if_wpi.c
237
struct ieee80211_channel *, uint8_t);
sys/dev/wpi/if_wpi.c
240
struct ieee80211_channel *);
sys/dev/wpi/if_wpi.c
242
static int wpi_scan(struct wpi_softc *, struct ieee80211_channel *);
sys/dev/wpi/if_wpi.c
3935
struct ieee80211_channel *c = ic->ic_curchan;
sys/dev/wpi/if_wpi.c
4014
struct ieee80211_channel *c, uint8_t n_probes)
sys/dev/wpi/if_wpi.c
4061
wpi_get_passive_dwell_time(struct wpi_softc *sc, struct ieee80211_channel *c)
sys/dev/wpi/if_wpi.c
4090
wpi_scan(struct wpi_softc *sc, struct ieee80211_channel *c)
sys/dev/wpi/if_wpi.c
4291
struct ieee80211_channel *c = ni->ni_chan;
sys/dev/wpi/if_wpi.c
4493
struct ieee80211_channel *c = ni->ni_chan;
sys/dev/wpi/if_wpi.c
5583
const struct ieee80211_channel *c = ic->ic_curchan;
sys/net80211/_ieee80211.h
164
((struct ieee80211_channel *) IEEE80211_CHAN_ANY)
sys/net80211/ieee80211.c
101
const struct ieee80211_channel *);
sys/net80211/ieee80211.c
1099
ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
1142
set_extchan(struct ieee80211_channel *c)
sys/net80211/ieee80211.c
1198
set_vht_extchan(struct ieee80211_channel *c)
sys/net80211/ieee80211.c
123
static int set_vht_extchan(struct ieee80211_channel *c);
sys/net80211/ieee80211.c
1306
addchan(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/net80211/ieee80211.c
1309
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
1334
copychan_prev(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/net80211/ieee80211.c
1337
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
137
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
1476
ieee80211_add_channel_cbw(struct ieee80211_channel chans[], int maxchans,
sys/net80211/ieee80211.c
1497
ieee80211_add_channel(struct ieee80211_channel chans[], int maxchans,
sys/net80211/ieee80211.c
1506
static struct ieee80211_channel *
sys/net80211/ieee80211.c
1507
findchannel(struct ieee80211_channel chans[], int nchans, uint16_t freq,
sys/net80211/ieee80211.c
1510
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
1529
ieee80211_add_channel_ht40(struct ieee80211_channel chans[], int maxchans,
sys/net80211/ieee80211.c
1532
struct ieee80211_channel *cent, *extc;
sys/net80211/ieee80211.c
1567
ieee80211_get_channel_center_freq(const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
1586
ieee80211_get_channel_center_freq1(const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
1610
ieee80211_get_channel_center_freq2(const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
1624
add_chanlist(struct ieee80211_channel chans[], int maxchans, int *nchans,
sys/net80211/ieee80211.c
1722
ieee80211_add_channel_list_2ghz(struct ieee80211_channel chans[], int maxchans,
sys/net80211/ieee80211.c
1736
ieee80211_add_channels_default_2ghz(struct ieee80211_channel chans[],
sys/net80211/ieee80211.c
1747
ieee80211_add_channel_list_5ghz(struct ieee80211_channel chans[], int maxchans,
sys/net80211/ieee80211.c
1768
struct ieee80211_channel *
sys/net80211/ieee80211.c
1771
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
1787
struct ieee80211_channel *
sys/net80211/ieee80211.c
1790
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
1826
struct ieee80211_channel *
sys/net80211/ieee80211.c
1832
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
2043
ieee80211_get_suprates(struct ieee80211com *ic, const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
2052
const struct ieee80211_channel *c)
sys/net80211/ieee80211.c
2089
const struct ieee80211_channel *c;
sys/net80211/ieee80211.c
2209
media_status(enum ieee80211_opmode opmode, const struct ieee80211_channel *chan)
sys/net80211/ieee80211.c
2337
ieee80211_chan2mode(const struct ieee80211_channel *chan)
sys/net80211/ieee80211.c
2671
ieee80211_channel_type_char(const struct ieee80211_channel *c)
sys/net80211/ieee80211_adhoc.c
709
struct ieee80211_channel *rxchan = ic->ic_curchan;
sys/net80211/ieee80211_adhoc.c
733
struct ieee80211_channel *c;
sys/net80211/ieee80211_ddb.c
728
struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX];
sys/net80211/ieee80211_ddb.c
77
static void _db_show_channel(const char *tag, const struct ieee80211_channel *);
sys/net80211/ieee80211_ddb.c
860
_db_show_channel(const char *tag, const struct ieee80211_channel *c)
sys/net80211/ieee80211_dfs.c
166
struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_dfs.c
221
const struct ieee80211_channel *chan)
sys/net80211/ieee80211_dfs.c
226
struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_dfs.c
237
struct ieee80211_channel *c;
sys/net80211/ieee80211_dfs.c
273
announce_radar(struct ieee80211com *ic, const struct ieee80211_channel *curchan,
sys/net80211/ieee80211_dfs.c
274
const struct ieee80211_channel *newchan)
sys/net80211/ieee80211_dfs.c
295
ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *chan)
sys/net80211/ieee80211_dfs.c
328
struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_dfs.c
398
struct ieee80211_channel *
sys/net80211/ieee80211_dfs.c
401
struct ieee80211_channel *c;
sys/net80211/ieee80211_dfs.h
46
const struct ieee80211_channel *lastchan;/* chan w/ last radar event */
sys/net80211/ieee80211_dfs.h
47
struct ieee80211_channel *newchan; /* chan selected next */
sys/net80211/ieee80211_dfs.h
58
const struct ieee80211_channel *);
sys/net80211/ieee80211_dfs.h
61
struct ieee80211_channel *);
sys/net80211/ieee80211_dfs.h
62
struct ieee80211_channel *ieee80211_dfs_pickchannel(struct ieee80211com *);
sys/net80211/ieee80211_freebsd.c
951
const struct ieee80211_channel *c, int mode, int count)
sys/net80211/ieee80211_freebsd.c
973
const struct ieee80211_channel *c)
sys/net80211/ieee80211_freebsd.c
993
const struct ieee80211_channel *c, enum ieee80211_notify_cac_event type)
sys/net80211/ieee80211_ht.c
1409
static struct ieee80211_channel *
sys/net80211/ieee80211_ht.c
1410
findhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int htflags)
sys/net80211/ieee80211_ht.c
1419
struct ieee80211_channel *
sys/net80211/ieee80211_ht.c
1421
struct ieee80211_channel *chan, int flags)
sys/net80211/ieee80211_ht.c
1423
struct ieee80211_channel *c;
sys/net80211/ieee80211_ht.c
1736
struct ieee80211_channel *c;
sys/net80211/ieee80211_ht.c
3469
struct ieee80211_channel *c)
sys/net80211/ieee80211_ht.c
3546
struct ieee80211_channel *c)
sys/net80211/ieee80211_ht.c
3597
const struct ieee80211_channel *bsschan;
sys/net80211/ieee80211_ht.c
3808
const struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_ht.c
3836
struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_ht.h
207
struct ieee80211_channel *ieee80211_ht_adjust_channel(struct ieee80211com *,
sys/net80211/ieee80211_ht.h
208
struct ieee80211_channel *, int);
sys/net80211/ieee80211_ht.h
230
struct ieee80211_channel *);
sys/net80211/ieee80211_input.c
517
struct ieee80211_channel *rxchan, struct ieee80211_scanparams *scan)
sys/net80211/ieee80211_input.h
321
struct ieee80211_channel *,
sys/net80211/ieee80211_ioctl.c
1747
const struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_ioctl.c
1878
const struct ieee80211_channel *c;
sys/net80211/ieee80211_ioctl.c
1895
static struct ieee80211_channel *
sys/net80211/ieee80211_ioctl.c
1920
struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_ioctl.c
1972
check_mode_consistency(const struct ieee80211_channel *c, int mode)
sys/net80211/ieee80211_ioctl.c
2000
setcurchan(struct ieee80211vap *vap, struct ieee80211_channel *c)
sys/net80211/ieee80211_ioctl.c
2067
struct ieee80211_channel *c;
sys/net80211/ieee80211_ioctl.c
2074
struct ieee80211_channel *c2;
sys/net80211/ieee80211_ioctl.c
2161
struct ieee80211_channel chan, *c;
sys/net80211/ieee80211_ioctl.c
2189
sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_ioctl.c
2540
struct ieee80211_channel *c;
sys/net80211/ieee80211_ioctl.c
600
struct ieee80211_channel *c;
sys/net80211/ieee80211_ioctl.c
602
if (ireq->i_len != sizeof(struct ieee80211_channel))
sys/net80211/ieee80211_ioctl.c
67
static struct ieee80211_channel *findchannel(struct ieee80211com *,
sys/net80211/ieee80211_ioctl.c
696
sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_ioctl.h
395
struct ieee80211_channel ic_chans[1]; /* NB: variable length */
sys/net80211/ieee80211_ioctl.h
399
(((_nchan)-1) * sizeof(struct ieee80211_channel)))
sys/net80211/ieee80211_ioctl.h
557
(((_nchan)-1) * sizeof(struct ieee80211_channel)))
sys/net80211/ieee80211_ioctl.h
575
(((_nchan)-1) * sizeof(struct ieee80211_channel)))
sys/net80211/ieee80211_ioctl.h
580
struct ieee80211_channel csa_chan; /* new channel */
sys/net80211/ieee80211_mesh.c
1835
struct ieee80211_channel *rxchan = ic->ic_curchan;
sys/net80211/ieee80211_mesh.c
1848
struct ieee80211_channel *c;
sys/net80211/ieee80211_node.c
1570
const uint8_t bssid[IEEE80211_ADDR_LEN], struct ieee80211_channel *chan)
sys/net80211/ieee80211_node.c
1614
struct ieee80211_channel *c = ni->ni_chan;
sys/net80211/ieee80211_node.c
304
struct ieee80211_channel *chan)
sys/net80211/ieee80211_node.c
351
ieee80211_create_ibss(struct ieee80211vap* vap, struct ieee80211_channel *chan)
sys/net80211/ieee80211_node.c
785
struct ieee80211_channel *c;
sys/net80211/ieee80211_node.c
806
ieee80211_setupcurchan(struct ieee80211com *ic, struct ieee80211_channel *c)
sys/net80211/ieee80211_node.c
842
ieee80211_setcurchan(struct ieee80211com *ic, struct ieee80211_channel *c)
sys/net80211/ieee80211_node.c
938
ieee80211_sta_join(struct ieee80211vap *vap, struct ieee80211_channel *chan,
sys/net80211/ieee80211_node.h
261
struct ieee80211_channel *ni_chan;
sys/net80211/ieee80211_node.h
403
struct ieee80211_channel *);
sys/net80211/ieee80211_node.h
404
void ieee80211_create_ibss(struct ieee80211vap*, struct ieee80211_channel *);
sys/net80211/ieee80211_node.h
408
struct ieee80211_channel *);
sys/net80211/ieee80211_node.h
409
void ieee80211_setcurchan(struct ieee80211com *, struct ieee80211_channel *);
sys/net80211/ieee80211_node.h
416
int ieee80211_sta_join(struct ieee80211vap *, struct ieee80211_channel *,
sys/net80211/ieee80211_node.h
453
struct ieee80211_channel *);
sys/net80211/ieee80211_output.c
2281
const struct ieee80211_channel *c = vap->iv_bss->ni_chan;
sys/net80211/ieee80211_output.c
2295
ieee80211_add_powercapability(uint8_t *frm, const struct ieee80211_channel *c)
sys/net80211/ieee80211_output.c
2514
struct ieee80211_channel *c;
sys/net80211/ieee80211_output.c
2531
struct ieee80211_channel *c;
sys/net80211/ieee80211_output.c
2664
ieee80211_getcapinfo(struct ieee80211vap *vap, struct ieee80211_channel *chan)
sys/net80211/ieee80211_phy.c
373
ieee80211_get_ratetable(struct ieee80211_channel *c)
sys/net80211/ieee80211_phy.h
102
struct ieee80211_channel *);
sys/net80211/ieee80211_phy.h
80
struct ieee80211_channel;
sys/net80211/ieee80211_proto.c
2302
struct ieee80211_channel *c, int mode, int count)
sys/net80211/ieee80211_proto.h
157
struct ieee80211_channel *);
sys/net80211/ieee80211_proto.h
435
struct ieee80211_channel *, int mode, int count);
sys/net80211/ieee80211_proto.h
450
const struct ieee80211_channel *, int mode, int count);
sys/net80211/ieee80211_proto.h
452
const struct ieee80211_channel *);
sys/net80211/ieee80211_proto.h
460
const struct ieee80211_channel *,
sys/net80211/ieee80211_radiotap.c
114
set_channel(void *p, const struct ieee80211_channel *c)
sys/net80211/ieee80211_radiotap.c
126
set_xchannel(void *p, const struct ieee80211_channel *c)
sys/net80211/ieee80211_regdomain.c
117
struct ieee80211_channel *chans = ic->ic_channels;
sys/net80211/ieee80211_regdomain.c
176
const struct ieee80211_channel *ca = a;
sys/net80211/ieee80211_regdomain.c
177
const struct ieee80211_channel *cb = b;
sys/net80211/ieee80211_regdomain.c
223
ieee80211_sort_channels(struct ieee80211_channel chans[], int nchans)
sys/net80211/ieee80211_regdomain.c
226
sort_channels(chans, nchans, sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_regdomain.c
304
const struct ieee80211_channel *c = &ic->ic_channels[i];
sys/net80211/ieee80211_regdomain.c
359
struct ieee80211_channel *c;
sys/net80211/ieee80211_regdomain.c
446
reg->chaninfo.ic_nchans * sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_regdomain.c
450
sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_regdomain.c
50
int *n, struct ieee80211_channel *c)
sys/net80211/ieee80211_regdomain.c
55
memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel));
sys/net80211/ieee80211_regdomain.c
62
int nchans, struct ieee80211_channel chans[])
sys/net80211/ieee80211_regdomain.h
285
struct ieee80211_channel;
sys/net80211/ieee80211_regdomain.h
286
void ieee80211_sort_channels(struct ieee80211_channel *chans, int nchans);
sys/net80211/ieee80211_scan.c
288
const struct ieee80211_channel *c = ss->ss_chans[i];
sys/net80211/ieee80211_scan.c
593
struct ieee80211_channel *curchan,
sys/net80211/ieee80211_scan.c
680
struct ieee80211_channel *
sys/net80211/ieee80211_scan.h
109
struct ieee80211_channel *,
sys/net80211/ieee80211_scan.h
143
struct ieee80211_channel *ss_chans[IEEE80211_SCAN_MAX];
sys/net80211/ieee80211_scan.h
183
struct ieee80211_channel *ieee80211_scan_pickchannel(struct ieee80211com *, int);
sys/net80211/ieee80211_scan.h
187
struct ieee80211_channel *,
sys/net80211/ieee80211_scan.h
279
struct ieee80211_channel *se_chan;/* channel where sta found */
sys/net80211/ieee80211_scan.h
312
struct ieee80211_channel *(*scan_pickchan)(
sys/net80211/ieee80211_scan.h
316
struct ieee80211_channel *,
sys/net80211/ieee80211_scan_sta.c
1261
struct ieee80211_channel *chan;
sys/net80211/ieee80211_scan_sta.c
1400
struct ieee80211_channel *chan;
sys/net80211/ieee80211_scan_sta.c
1576
static struct ieee80211_channel *
sys/net80211/ieee80211_scan_sta.c
1581
struct ieee80211_channel *c, *bestchan;
sys/net80211/ieee80211_scan_sta.c
1623
struct ieee80211_channel *chan;
sys/net80211/ieee80211_scan_sta.c
1792
static struct ieee80211_channel *
sys/net80211/ieee80211_scan_sta.c
1796
struct ieee80211_channel *bestchan = NULL;
sys/net80211/ieee80211_scan_sta.c
1802
struct ieee80211_channel *chan = ss->ss_chans[i];
sys/net80211/ieee80211_scan_sta.c
1836
struct ieee80211_channel *bestchan, *chan;
sys/net80211/ieee80211_scan_sta.c
1904
struct ieee80211_channel *chan;
sys/net80211/ieee80211_scan_sta.c
237
struct ieee80211_channel *curchan,
sys/net80211/ieee80211_scan_sta.c
250
struct ieee80211_channel *c;
sys/net80211/ieee80211_scan_sta.c
427
isexcluded(struct ieee80211vap *vap, const struct ieee80211_channel *c)
sys/net80211/ieee80211_scan_sta.c
434
static struct ieee80211_channel *
sys/net80211/ieee80211_scan_sta.c
437
struct ieee80211_channel *c;
sys/net80211/ieee80211_scan_sta.c
483
struct ieee80211_channel *c, *cg;
sys/net80211/ieee80211_scan_sta.c
519
checktable(const struct scanlist *scan, const struct ieee80211_channel *c)
sys/net80211/ieee80211_scan_sta.c
533
const struct ieee80211_channel *c)
sys/net80211/ieee80211_scan_sta.c
548
struct ieee80211_channel *c;
sys/net80211/ieee80211_scan_sta.c
790
static struct ieee80211_channel *
sys/net80211/ieee80211_scan_sta.c
791
demote11b(struct ieee80211vap *vap, struct ieee80211_channel *chan)
sys/net80211/ieee80211_scan_sta.c
793
struct ieee80211_channel *c;
sys/net80211/ieee80211_scan_sta.c
919
check_rate(struct ieee80211vap *vap, const struct ieee80211_channel *chan,
sys/net80211/ieee80211_scan_sw.c
689
struct ieee80211_channel *chan;
sys/net80211/ieee80211_scan_sw.c
954
struct ieee80211_channel *curchan,
sys/net80211/ieee80211_sta.c
1252
struct ieee80211_channel *c =
sys/net80211/ieee80211_sta.c
1399
struct ieee80211_channel *rxchan = ic->ic_curchan;
sys/net80211/ieee80211_sta.c
1415
struct ieee80211_channel *c;
sys/net80211/ieee80211_superg.c
997
struct ieee80211_channel *chan;
sys/net80211/ieee80211_var.h
208
struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX];
sys/net80211/ieee80211_var.h
212
struct ieee80211_channel *ic_curchan; /* current channel */
sys/net80211/ieee80211_var.h
214
struct ieee80211_channel *ic_bsschan; /* bss channel */
sys/net80211/ieee80211_var.h
215
struct ieee80211_channel *ic_prevchan; /* previous channel */
sys/net80211/ieee80211_var.h
218
struct ieee80211_channel *ic_countryie_chan;
sys/net80211/ieee80211_var.h
221
struct ieee80211_channel *ic_csa_newchan;/* channel for doing CSA */
sys/net80211/ieee80211_var.h
280
int, int *, struct ieee80211_channel []);
sys/net80211/ieee80211_var.h
284
int, struct ieee80211_channel []);
sys/net80211/ieee80211_var.h
446
struct ieee80211_channel *iv_des_chan; /* desired channel */
sys/net80211/ieee80211_var.h
789
const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
791
struct ieee80211com *, const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
809
const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
811
int ieee80211_add_channel_cbw(struct ieee80211_channel[], int, int *,
sys/net80211/ieee80211_var.h
813
int ieee80211_add_channel(struct ieee80211_channel[], int, int *,
sys/net80211/ieee80211_var.h
815
int ieee80211_add_channel_ht40(struct ieee80211_channel[], int, int *,
sys/net80211/ieee80211_var.h
817
uint32_t ieee80211_get_channel_center_freq(const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
818
uint32_t ieee80211_get_channel_center_freq1(const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
819
uint32_t ieee80211_get_channel_center_freq2(const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
824
int ieee80211_add_channel_list_2ghz(struct ieee80211_channel[], int, int *,
sys/net80211/ieee80211_var.h
826
int ieee80211_add_channels_default_2ghz(struct ieee80211_channel[], int,
sys/net80211/ieee80211_var.h
828
int ieee80211_add_channel_list_5ghz(struct ieee80211_channel[], int, int *,
sys/net80211/ieee80211_var.h
830
struct ieee80211_channel *ieee80211_find_channel(struct ieee80211com *,
sys/net80211/ieee80211_var.h
832
struct ieee80211_channel *ieee80211_find_channel_byieee(struct ieee80211com *,
sys/net80211/ieee80211_var.h
834
struct ieee80211_channel *ieee80211_lookup_channel_rxstatus(struct ieee80211vap *,
sys/net80211/ieee80211_var.h
837
enum ieee80211_phymode ieee80211_chan2mode(const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
840
char ieee80211_channel_type_char(const struct ieee80211_channel *c);
sys/net80211/ieee80211_var.h
962
ieee80211_htchanflags(const struct ieee80211_channel *c)
sys/net80211/ieee80211_var.h
974
ieee80211_vhtchanflags(const struct ieee80211_channel *c)
sys/net80211/ieee80211_vht.c
1019
struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_vht.c
756
struct ieee80211_channel *c)
sys/net80211/ieee80211_vht.c
779
const struct ieee80211_channel *c)
sys/net80211/ieee80211_vht.c
847
static struct ieee80211_channel *
sys/net80211/ieee80211_vht.c
848
findvhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int vhtflags)
sys/net80211/ieee80211_vht.c
858
struct ieee80211_channel *
sys/net80211/ieee80211_vht.c
860
struct ieee80211_channel *chan, int flags)
sys/net80211/ieee80211_vht.c
862
struct ieee80211_channel *c;
sys/net80211/ieee80211_vht.c
942
const struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_vht.c
967
struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_vht.c
990
struct ieee80211_channel *bss_chan;
sys/net80211/ieee80211_vht.h
53
struct ieee80211_channel *);
sys/net80211/ieee80211_vht.h
57
struct ieee80211_channel *
sys/net80211/ieee80211_vht.h
59
struct ieee80211_channel *, int);
sys/net80211/ieee80211_wds.c
122
ieee80211_create_wds(struct ieee80211vap *vap, struct ieee80211_channel *chan)
tools/tools/ath/athrd/athrd.c
1001
struct ieee80211_channel achans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1003
struct ieee80211_channel bchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1005
struct ieee80211_channel gchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1007
struct ieee80211_channel tchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1009
struct ieee80211_channel tgchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1011
struct ieee80211_channel nchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1400
ar5212GetTargetPowers(struct ath_hal *ah, const struct ieee80211_channel *chan,
tools/tools/ath/athrd/athrd.c
1458
setRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan,
tools/tools/ath/athrd/athrd.c
774
setRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan,
tools/tools/ath/athrd/athrd.c
780
int nchan, const struct ieee80211_channel *chans,
tools/tools/ath/athrd/athrd.c
802
anychan(const struct ieee80211_channel *chans, int nc, int flag)
tools/tools/ath/athrd/athrd.c
873
const struct ieee80211_channel *chans, int16_t *txpow)
tools/tools/ath/athrd/athrd.c
878
const struct ieee80211_channel *c = &chans[i];
tools/tools/ath/athrd/athrd.c
927
intersect(struct ieee80211_channel *dst, int16_t *dtxpow, int *nd,
tools/tools/ath/athrd/athrd.c
928
const struct ieee80211_channel *src, int16_t *stxpow, int ns)
tools/tools/ath/athrd/athrd.c
951
getChipPowerLimits(struct ath_hal *ah, struct ieee80211_channel *chan)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
123
static struct ieee80211_channel* wlan_find_channel(struct wlan_iface *,
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
142
static struct ieee80211_channel *wlan_get_channel(const struct asn_oid *, uint,
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
164
static struct ieee80211_channel *wlan_get_next_channel(const struct asn_oid *,
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
195
const struct wlan_iface *, const struct ieee80211_channel *);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
205
static int32_t wlan_get_channel_type(struct ieee80211_channel *);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3408
const struct wlan_iface *wif, const struct ieee80211_channel *channel)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3420
wlan_get_channel_type(struct ieee80211_channel *c)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3442
static struct ieee80211_channel *
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3451
static struct ieee80211_channel *
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3466
static struct ieee80211_channel *
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
966
struct ieee80211_channel *channel;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
156
struct ieee80211_channel *chanlist;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1148
wif->nchannels * sizeof(struct ieee80211_channel));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1219
size_t argsize = sizeof(struct ieee80211_channel);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1220
struct ieee80211_channel chan;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1244
size_t argsize = sizeof(struct ieee80211_channel);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1245
struct ieee80211_channel chan;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
505
argsize = dc.dc_chaninfo.ic_nchans * sizeof(struct ieee80211_channel);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
506
wif->chanlist = (struct ieee80211_channel *)malloc(argsize);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
592
const struct ieee80211_channel *c;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
595
sizeof(struct ieee80211_channel) * WLAN_SNMP_MAX_CHANS;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
615
wif->chanlist = (struct ieee80211_channel *)reallocf(wif->chanlist,