Symbol: ieee80211_channel
sys/dev/ic/ar5008.c
116
void ar5008_hw_init(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
117
struct ieee80211_channel *);
sys/dev/ic/ar5008.c
121
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
123
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
142
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar5008.c
144
void ar5416_reset_addac(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
145
void ar5416_rf_reset(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
146
void ar5416_reset_bb_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
147
void ar9280_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
148
void ar9280_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
1828
ar5008_set_rf_mode(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5008.c
1886
ar5008_set_phy(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
1887
struct ieee80211_channel *extc)
sys/dev/ic/ar5008.c
1915
ar5008_set_delta_slope(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
1916
struct ieee80211_channel *extc)
sys/dev/ic/ar5008.c
2513
ar5008_hw_init(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
2514
struct ieee80211_channel *extc)
sys/dev/ic/ar5008.c
2779
ar5008_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
2810
ar5008_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5008.c
90
void ar5008_set_rf_mode(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5008.c
93
void ar5008_set_phy(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
94
struct ieee80211_channel *);
sys/dev/ic/ar5008.c
95
void ar5008_set_delta_slope(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5008.c
96
struct ieee80211_channel *);
sys/dev/ic/ar5211.c
880
struct ieee80211_channel *channel = (struct ieee80211_channel*)
sys/dev/ic/ar5212.c
1065
struct ieee80211_channel *channel = (struct ieee80211_channel*)
sys/dev/ic/ar5416.c
102
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
104
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
106
void ar9280_olpc_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
183
ar5416_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
184
struct ieee80211_channel *extc)
sys/dev/ic/ar5416.c
237
ar5416_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
238
struct ieee80211_channel *extc)
sys/dev/ic/ar5416.c
335
ar5416_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
336
struct ieee80211_channel *extc)
sys/dev/ic/ar5416.c
366
ar5416_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
427
ar5416_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
526
ar5416_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
527
struct ieee80211_channel *extc)
sys/dev/ic/ar5416.c
678
ar5416_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
679
struct ieee80211_channel *extc)
sys/dev/ic/ar5416.c
68
int ar5416_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
69
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
72
void ar5416_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
73
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
74
int ar5416_init_calib(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
75
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
77
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
78
void ar5416_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
782
ar5416_rw_bank6tpc(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
79
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
80
void ar5416_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
807
ar5416_rf_reset(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
81
struct ieee80211_channel *);
sys/dev/ic/ar5416.c
83
void ar5416_rw_bank6tpc(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
85
void ar5416_rf_reset(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
858
ar5416_reset_bb_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
86
void ar5416_reset_bb_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
87
void ar5416_force_bias(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
876
ar5416_force_bias(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
88
void ar9160_rw_addac(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
90
void ar5416_reset_addac(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar5416.c
908
ar9160_rw_addac(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar5416.c
91
void ar5416_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar5416.c
942
ar5416_reset_addac(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar5416.c
95
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9003.c
100
struct ieee80211_channel *);
sys/dev/ic/ar9003.c
119
void ar9003_paprd_calib(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
130
void ar9003_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
131
void ar9003_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
132
void ar9003_hw_init(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
133
struct ieee80211_channel *);
sys/dev/ic/ar9003.c
134
void ar9003_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
137
void ar9003_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
157
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9003.c
1770
ar9003_set_rf_mode(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
1825
ar9003_set_phy(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
1826
struct ieee80211_channel *extc)
sys/dev/ic/ar9003.c
1853
ar9003_set_delta_slope(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
1854
struct ieee80211_channel *extc)
sys/dev/ic/ar9003.c
2423
ar9003_paprd_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
3069
ar9003_reset_rx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
3087
ar9003_reset_tx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9003.c
3105
ar9003_hw_init(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
3106
struct ieee80211_channel *extc)
sys/dev/ic/ar9003.c
3195
ar9003_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
3227
ar9003_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9003.c
94
void ar9003_set_rf_mode(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9003.c
97
void ar9003_set_phy(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9003.c
98
struct ieee80211_channel *);
sys/dev/ic/ar9003.c
99
void ar9003_set_delta_slope(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
176
ar9280_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
177
struct ieee80211_channel *extc)
sys/dev/ic/ar9280.c
240
ar9280_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
241
struct ieee80211_channel *extc)
sys/dev/ic/ar9280.c
419
ar9280_olpc_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
466
ar9280_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9280.c
467
struct ieee80211_channel *extc)
sys/dev/ic/ar9280.c
542
ar9280_reset_rx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9280.c
557
ar9280_reset_tx_gain(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9280.c
66
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
67
struct ieee80211_channel *);
sys/dev/ic/ar9280.c
68
void ar9280_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
69
struct ieee80211_channel *);
sys/dev/ic/ar9280.c
70
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
71
struct ieee80211_channel *);
sys/dev/ic/ar9280.c
73
struct ieee80211_channel *, int, uint8_t *, uint8_t *, uint8_t *);
sys/dev/ic/ar9280.c
74
void ar9280_reset_rx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9280.c
75
void ar9280_reset_tx_gain(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9280.c
80
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9280.c
85
void ar5416_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9280.c
86
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
195
ar9285_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
196
struct ieee80211_channel *extc)
sys/dev/ic/ar9285.c
595
ar9285_cl_cal(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
596
struct ieee80211_channel *extc)
sys/dev/ic/ar9285.c
657
ar9285_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
658
struct ieee80211_channel *extc)
sys/dev/ic/ar9285.c
69
void ar9285_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
70
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
711
ar9285_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
73
int ar9285_cl_cal(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
74
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
742
ar9285_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9285.c
76
int ar9285_init_calib(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
77
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
78
void ar9285_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
795
ar9285_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9285.c
796
struct ieee80211_channel *extc)
sys/dev/ic/ar9285.c
81
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
82
void ar9285_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
83
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
86
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9285.c
92
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
94
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
96
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
97
struct ieee80211_channel *);
sys/dev/ic/ar9285.c
98
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9285.c
99
struct ieee80211_channel *);
sys/dev/ic/ar9287.c
168
ar9287_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
169
struct ieee80211_channel *extc)
sys/dev/ic/ar9287.c
270
ar9287_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
314
ar9287_olpc_get_pdgain(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
342
ar9287_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9287.c
438
ar9287_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9287.c
439
struct ieee80211_channel *extc)
sys/dev/ic/ar9287.c
68
void ar9287_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
69
struct ieee80211_channel *);
sys/dev/ic/ar9287.c
70
void ar9287_get_pdadcs(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
72
void ar9287_olpc_get_pdgain(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
75
struct ieee80211_channel *);
sys/dev/ic/ar9287.c
76
void ar9287_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
77
struct ieee80211_channel *);
sys/dev/ic/ar9287.c
84
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9287.c
90
void ar5008_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
92
void ar5008_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
94
int ar9280_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
95
struct ieee80211_channel *);
sys/dev/ic/ar9287.c
96
void ar9280_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9287.c
97
struct ieee80211_channel *);
sys/dev/ic/ar9380.c
245
ar9380_get_paprd_masks(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
260
ar9380_set_synth(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
261
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
295
ar9380_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
296
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
505
ar9380_spur_mitigate_cck(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
506
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
546
ar9380_spur_mitigate_ofdm(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
547
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
65
int ar9380_set_synth(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
66
struct ieee80211_channel *);
sys/dev/ic/ar9380.c
67
void ar9380_get_paprd_masks(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
684
ar9380_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
685
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
69
void ar9380_init_from_rom(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
693
ar9380_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
694
struct ieee80211_channel *extc)
sys/dev/ic/ar9380.c
70
struct ieee80211_channel *);
sys/dev/ic/ar9380.c
75
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/ar9380.c
77
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/ar9380.c
78
void ar9380_spur_mitigate(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
79
struct ieee80211_channel *);
sys/dev/ic/ar9380.c
80
void ar9380_set_txpower(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
806
ar9380_get_correction(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/ar9380.c
81
struct ieee80211_channel *);
sys/dev/ic/ar9380.c
82
void ar9380_get_correction(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
837
ar9380_set_correction(struct athn_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/ar9380.c
84
void ar9380_set_correction(struct athn_softc *, struct ieee80211_channel *);
sys/dev/ic/ar9380.c
88
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/ar9380.c
92
void ar9003_get_lg_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ar9380.c
95
void ar9003_get_ht_tpow(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/ath.c
2578
struct ieee80211_channel *chan = ni->ni_chan;
sys/dev/ic/ath.c
2685
struct ieee80211_channel *c;
sys/dev/ic/ath.c
754
struct ieee80211_channel *c;
sys/dev/ic/athn.c
104
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athn.c
105
uint8_t athn_chan2fbin(struct ieee80211_channel *);
sys/dev/ic/athn.c
125
int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athn.c
126
struct ieee80211_channel *, int);
sys/dev/ic/athn.c
136
int athn_chan_sifs(struct ieee80211_channel *);
sys/dev/ic/athn.c
138
int athn_acktimeout(struct ieee80211_channel *, int);
sys/dev/ic/athn.c
140
struct ieee80211_channel *, int);
sys/dev/ic/athn.c
1406
athn_init_calib(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
1407
struct ieee80211_channel *extc)
sys/dev/ic/athn.c
142
struct ieee80211_channel *, int);
sys/dev/ic/athn.c
166
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athn.c
168
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athn.c
1735
athn_chan2fbin(struct ieee80211_channel *c)
sys/dev/ic/athn.c
2239
athn_hw_reset(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
2240
struct ieee80211_channel *extc, int init)
sys/dev/ic/athn.c
2732
athn_chan_sifs(struct ieee80211_channel *c)
sys/dev/ic/athn.c
2746
athn_acktimeout(struct ieee80211_channel *c, int slot)
sys/dev/ic/athn.c
2759
athn_setacktimeout(struct athn_softc *sc, struct ieee80211_channel *c, int slot)
sys/dev/ic/athn.c
2769
athn_setctstimeout(struct athn_softc *sc, struct ieee80211_channel *c, int slot)
sys/dev/ic/athn.c
3004
struct ieee80211_channel *c, *extc;
sys/dev/ic/athn.c
753
athn_init_pll(struct athn_softc *sc, const struct ieee80211_channel *c)
sys/dev/ic/athn.c
80
const struct ieee80211_channel *);
sys/dev/ic/athn.c
87
int athn_set_chan(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athn.c
871
athn_set_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
872
struct ieee80211_channel *extc)
sys/dev/ic/athn.c
88
struct ieee80211_channel *);
sys/dev/ic/athn.c
90
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athn.c
911
athn_switch_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/athn.c
912
struct ieee80211_channel *extc)
sys/dev/ic/athnvar.h
367
void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
368
struct ieee80211_channel *);
sys/dev/ic/athnvar.h
370
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athnvar.h
374
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athnvar.h
375
int (*set_synth)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
376
struct ieee80211_channel *);
sys/dev/ic/athnvar.h
398
struct ieee80211_channel *);
sys/dev/ic/athnvar.h
401
void (*set_phy)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
402
struct ieee80211_channel *);
sys/dev/ic/athnvar.h
404
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/athnvar.h
415
void (*hw_init)(struct athn_softc *, struct ieee80211_channel *,
sys/dev/ic/athnvar.h
416
struct ieee80211_channel *);
sys/dev/ic/athnvar.h
418
struct ieee80211_channel *, uint32_t *, uint32_t *);
sys/dev/ic/athnvar.h
491
struct ieee80211_channel *curchan;
sys/dev/ic/athnvar.h
492
struct ieee80211_channel *curchanext;
sys/dev/ic/bwfm.c
118
uint32_t bwfm_chan2spec(struct bwfm_softc *, struct ieee80211_channel *);
sys/dev/ic/bwfm.c
119
uint32_t bwfm_chan2spec_d11n(struct bwfm_softc *, struct ieee80211_channel *);
sys/dev/ic/bwfm.c
120
uint32_t bwfm_chan2spec_d11ac(struct bwfm_softc *, struct ieee80211_channel *);
sys/dev/ic/bwfm.c
1862
bwfm_chan2spec(struct bwfm_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/bwfm.c
1871
bwfm_chan2spec_d11n(struct bwfm_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/bwfm.c
1887
bwfm_chan2spec_d11ac(struct bwfm_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/pgt.c
903
struct ieee80211_channel *chan;
sys/dev/ic/qwx.c
12787
struct ieee80211_channel *chan;
sys/dev/ic/qwx.c
22981
struct ieee80211_channel *channel, *lastc;
sys/dev/ic/qwx.c
23504
struct ieee80211_channel *chan = ic->ic_bss->ni_chan;
sys/dev/ic/qwx.c
25770
struct ieee80211_channel *chan, *lastc;
sys/dev/ic/qwx.c
26030
qwx_get_pdev_for_chan(struct qwx_softc *sc, struct ieee80211_channel *chan)
sys/dev/ic/qwxvar.h
1702
struct ieee80211_channel *chan;
sys/dev/ic/qwz.c
10482
struct ieee80211_channel *chan;
sys/dev/ic/qwz.c
20220
struct ieee80211_channel *channel, *lastc;
sys/dev/ic/qwz.c
20690
struct ieee80211_channel *chan = ic->ic_bss->ni_chan;
sys/dev/ic/qwz.c
22853
struct ieee80211_channel *chan, *lastc;
sys/dev/ic/qwz.c
23048
qwz_get_pdev_for_chan(struct qwz_softc *sc, struct ieee80211_channel *chan)
sys/dev/ic/qwzvar.h
1840
struct ieee80211_channel *chan;
sys/dev/ic/rt2560.c
123
struct ieee80211_channel *);
sys/dev/ic/rt2560.c
2129
rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2661.c
132
struct ieee80211_channel *);
sys/dev/ic/rt2661.c
134
struct ieee80211_channel *);
sys/dev/ic/rt2661.c
2215
rt2661_select_band(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2661.c
2261
rt2661_set_chan(struct rt2661_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rt2661var.h
129
struct ieee80211_channel *sc_curchan;
sys/dev/ic/rt2860.c
160
struct ieee80211_channel *);
sys/dev/ic/rt2860.c
3107
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/ic/rt2860.c
4115
rt2860_switch_chan(struct rt2860_softc *sc, struct ieee80211_channel *c)
sys/dev/ic/rtw.c
130
struct ieee80211_channel *);
sys/dev/ic/rtw.c
810
struct ieee80211_channel *chan)
sys/dev/ic/rtwn.c
158
struct ieee80211_channel *, struct ieee80211_channel *,
sys/dev/ic/rtwn.c
161
struct ieee80211_channel *, struct ieee80211_channel *,
sys/dev/ic/rtwn.c
164
struct ieee80211_channel *,
sys/dev/ic/rtwn.c
165
struct ieee80211_channel *, uint16_t *);
sys/dev/ic/rtwn.c
167
struct ieee80211_channel *,
sys/dev/ic/rtwn.c
168
struct ieee80211_channel *, uint16_t *);
sys/dev/ic/rtwn.c
170
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/rtwn.c
172
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/ic/rtwn.c
2146
rtwn_get_txpower(struct rtwn_softc *sc, int chain, struct ieee80211_channel *c,
sys/dev/ic/rtwn.c
2147
struct ieee80211_channel *extc, uint16_t power[RTWN_POWER_COUNT])
sys/dev/ic/rtwn.c
2159
struct ieee80211_channel *c, struct ieee80211_channel *extc,
sys/dev/ic/rtwn.c
2258
struct ieee80211_channel *c, struct ieee80211_channel *extc,
sys/dev/ic/rtwn.c
2321
struct ieee80211_channel *c, struct ieee80211_channel *extc,
sys/dev/ic/rtwn.c
2393
rtwn_set_txpower(struct rtwn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/rtwn.c
2394
struct ieee80211_channel *extc)
sys/dev/ic/rtwn.c
2408
rtwn_set_chan(struct rtwn_softc *sc, struct ieee80211_channel *c,
sys/dev/ic/rtwn.c
2409
struct ieee80211_channel *extc)
sys/dev/pci/if_iwi.c
108
int iwi_set_chan(struct iwi_softc *, struct ieee80211_channel *);
sys/dev/pci/if_iwi.c
1953
iwi_set_chan(struct iwi_softc *sc, struct ieee80211_channel *chan)
sys/dev/pci/if_iwm.c
3070
struct ieee80211_channel *channel;
sys/dev/pci/if_iwm.c
414
uint8_t iwm_get_vht_ctrl_pos(struct ieee80211com *, struct ieee80211_channel *);
sys/dev/pci/if_iwm.c
420
struct ieee80211_channel *, uint8_t, uint8_t, uint8_t, uint8_t);
sys/dev/pci/if_iwm.c
490
struct ieee80211_channel *, uint8_t, uint8_t, uint32_t, uint8_t,
sys/dev/pci/if_iwm.c
6117
struct ieee80211_channel *chan, uint8_t chains_static,
sys/dev/pci/if_iwm.c
6161
iwm_get_vht_ctrl_pos(struct ieee80211com *ic, struct ieee80211_channel *chan)
sys/dev/pci/if_iwm.c
6200
struct ieee80211_channel *chan = ctxt->channel;
sys/dev/pci/if_iwm.c
7551
struct ieee80211_channel *c;
sys/dev/pci/if_iwm.c
7579
struct ieee80211_channel *c;
sys/dev/pci/if_iwm.c
7843
struct ieee80211_channel *c;
sys/dev/pci/if_iwm.c
8701
struct ieee80211_channel *chan, uint8_t chains_static,
sys/dev/pci/if_iwmvar.h
363
struct ieee80211_channel *channel;
sys/dev/pci/if_iwn.c
4121
struct ieee80211_channel *ch;
sys/dev/pci/if_iwn.c
5153
struct ieee80211_channel *c;
sys/dev/pci/if_iwx.c
3166
struct ieee80211_channel *channel;
sys/dev/pci/if_iwx.c
375
uint8_t iwx_get_vht_ctrl_pos(struct ieee80211com *, struct ieee80211_channel *);
sys/dev/pci/if_iwx.c
460
struct ieee80211_channel *, uint8_t, uint8_t, uint32_t, uint8_t,
sys/dev/pci/if_iwx.c
5607
iwx_get_vht_ctrl_pos(struct ieee80211com *ic, struct ieee80211_channel *chan)
sys/dev/pci/if_iwx.c
5658
struct ieee80211_channel *chan = ctxt->channel;
sys/dev/pci/if_iwx.c
5721
struct ieee80211_channel *chan = ctxt->channel;
sys/dev/pci/if_iwx.c
7183
struct ieee80211_channel *c;
sys/dev/pci/if_iwx.c
7226
struct ieee80211_channel *c;
sys/dev/pci/if_iwx.c
8805
struct ieee80211_channel *chan, uint8_t chains_static,
sys/dev/pci/if_iwxvar.h
335
struct ieee80211_channel *channel;
sys/dev/pci/if_mwx.c
3398
struct ieee80211_channel *c;
sys/dev/pci/if_mwx.c
3578
struct ieee80211_channel *chan;
sys/dev/pci/if_mwx.c
3645
mt7921_mcu_chan_bw(struct ieee80211_channel *channel)
sys/dev/pci/if_mwx.c
3663
struct ieee80211_channel *channel;
sys/dev/pci/if_mwx.c
418
uint8_t mt7921_mcu_chan_bw(struct ieee80211_channel *channel);
sys/dev/pci/if_wpi.c
122
struct wpi_power_group *, struct ieee80211_channel *, int);
sys/dev/pci/if_wpi.c
2228
struct ieee80211_channel *ch;
sys/dev/pci/if_wpi.c
2278
struct ieee80211_channel *c, int ridx)
sys/dev/pci/if_wpi.c
2494
struct ieee80211_channel *c;
sys/dev/usb/if_athn_usb.c
1529
athn_usb_switch_chan(struct athn_softc *sc, struct ieee80211_channel *c,
sys/dev/usb/if_athn_usb.c
1530
struct ieee80211_channel *extc)
sys/dev/usb/if_athn_usb.c
155
int athn_set_chan(struct athn_softc *, struct ieee80211_channel *,
sys/dev/usb/if_athn_usb.c
156
struct ieee80211_channel *);
sys/dev/usb/if_athn_usb.c
158
struct ieee80211_channel *, struct ieee80211_channel *);
sys/dev/usb/if_athn_usb.c
207
const struct ieee80211_channel *);
sys/dev/usb/if_athn_usb.c
220
int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
sys/dev/usb/if_athn_usb.c
221
struct ieee80211_channel *, int);
sys/dev/usb/if_athn_usb.c
2547
struct ieee80211_channel *c, *extc;
sys/dev/usb/if_mtw.c
162
int mtw_set_chan(struct mtw_softc *, struct ieee80211_channel *);
sys/dev/usb/if_mtw.c
2632
mtw_set_chan(struct mtw_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_mtw.c
2786
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_otus.c
141
struct ieee80211_channel *);
sys/dev/usb/if_otus.c
143
struct ieee80211_channel *);
sys/dev/usb/if_otus.c
145
struct ieee80211_channel *);
sys/dev/usb/if_otus.c
147
int otus_set_chan(struct otus_softc *, struct ieee80211_channel *,
sys/dev/usb/if_otus.c
1722
otus_set_board_values(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_otus.c
1813
otus_program_phy(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_otus.c
1861
otus_set_rf_bank4(struct otus_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_otus.c
1920
otus_set_chan(struct otus_softc *sc, struct ieee80211_channel *c, int assoc)
sys/dev/usb/if_otusreg.h
956
struct ieee80211_channel *sc_curchan;
sys/dev/usb/if_ral.c
132
void ural_set_chan(struct ural_softc *, struct ieee80211_channel *);
sys/dev/usb/if_ral.c
1506
ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_rum.c
1590
rum_select_band(struct rum_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_rum.c
163
struct ieee80211_channel *);
sys/dev/usb/if_rum.c
1636
rum_set_chan(struct rum_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_rum.c
164
void rum_set_chan(struct rum_softc *, struct ieee80211_channel *);
sys/dev/usb/if_rumvar.h
80
struct ieee80211_channel *sc_curchan;
sys/dev/usb/if_run.c
3624
run_set_chan(struct run_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_run.c
3783
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_run.c
395
int run_set_chan(struct run_softc *, struct ieee80211_channel *);
sys/dev/usb/if_uath.c
162
int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/if_uath.c
1678
uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_uath.c
168
int uath_switch_channel(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/if_uath.c
1780
uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_urtw.c
2934
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_urtw.c
3362
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_urtw.c
3395
urtw_set_chan(struct urtw_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_urtw.c
3509
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_urtw.c
3748
struct ieee80211_channel *c = ic->ic_ibss_chan;
sys/dev/usb/if_urtw.c
488
void urtw_set_chan(struct urtw_softc *, struct ieee80211_channel *);
sys/dev/usb/if_zyd.c
1752
zyd_set_chan(struct zyd_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_zyd.c
213
void zyd_set_chan(struct zyd_softc *, struct ieee80211_channel *);
sys/net80211/ieee80211.c
1128
const struct ieee80211_channel *c;
sys/net80211/ieee80211.c
114
struct ieee80211_channel *c;
sys/net80211/ieee80211.c
256
ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c)
sys/net80211/ieee80211_ioctl.c
470
struct ieee80211_channel *chan;
sys/net80211/ieee80211_node.c
901
struct ieee80211_channel *chan;
sys/net80211/ieee80211_node.c
931
ieee80211_create_ibss(struct ieee80211com* ic, struct ieee80211_channel *chan)
sys/net80211/ieee80211_node.h
292
struct ieee80211_channel *ni_chan;
sys/net80211/ieee80211_node.h
710
struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
279
struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX+1];
sys/net80211/ieee80211_var.h
301
struct ieee80211_channel *ic_ibss_chan;
sys/net80211/ieee80211_var.h
331
struct ieee80211_channel *ic_des_chan; /* desired channel */
sys/net80211/ieee80211_var.h
509
const struct ieee80211_channel *);
sys/net80211/ieee80211_var.h
55
((struct ieee80211_channel *) NULL)