Searched refs:ieee80211_channel (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_phy.h23 extern void ar9130InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan);
H A Dar9130_phy.c31 ar9130InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_dfs.h40 const struct ieee80211_channel *lastchan;/* chan w/ last radar event */
41 struct ieee80211_channel *newchan; /* chan selected next */
52 const struct ieee80211_channel *);
55 struct ieee80211_channel *);
56 struct ieee80211_channel *ieee80211_dfs_pickchannel(struct ieee80211com *);
H A Dieee80211_dfs.c138 struct ieee80211_channel *c = &ic->ic_channels[i];
191 const struct ieee80211_channel *chan)
196 struct ieee80211_channel *c = &ic->ic_channels[i];
207 struct ieee80211_channel *c;
243 announce_radar(struct ifnet *ifp, const struct ieee80211_channel *curchan,
244 const struct ieee80211_channel *newchan)
265 ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *chan)
280 struct ieee80211_channel *c = &ic->ic_channels[i];
340 struct ieee80211_channel *
343 struct ieee80211_channel *
[all...]
H A Dieee80211_regdomain.c48 int *n, struct ieee80211_channel *c)
53 memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel));
60 int nchans, struct ieee80211_channel chans[])
102 struct ieee80211_channel *c;
154 const struct ieee80211_channel *ca = a;
155 const struct ieee80211_channel *cb = b;
201 ieee80211_sort_channels(struct ieee80211_channel chans[], int nchans)
204 sort_channels(chans, nchans, sizeof(struct ieee80211_channel));
282 const struct ieee80211_channel *c = &ic->ic_channels[i];
337 struct ieee80211_channel *
[all...]
H A Dieee80211_phy.h61 struct ieee80211_channel;
81 struct ieee80211_channel *);
H A Dieee80211_ht.h164 struct ieee80211com *, const struct ieee80211_channel *);
178 struct ieee80211_channel *ieee80211_ht_adjust_channel(struct ieee80211com *,
179 struct ieee80211_channel *, int);
H A Dieee80211_scan.h109 struct ieee80211_channel *ss_chans[IEEE80211_SCAN_MAX];
147 struct ieee80211_channel *ieee80211_scan_pickchannel(struct ieee80211com *, int);
238 struct ieee80211_channel *se_chan;/* channel where sta found */
271 struct ieee80211_channel *(*scan_pickchan)(
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.h23 const struct ieee80211_channel *chan, uint16_t *rfXpdGain);
25 const struct ieee80211_channel *chan);
H A Dar9285_cal.h32 extern HAL_BOOL ar9285InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
H A Dar9287_cal.h31 extern HAL_BOOL ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
H A Dar9280_olc.h37 const struct ieee80211_channel *chan,
41 const struct ieee80211_channel *chan, CAL_DATA_PER_FREQ *pRawDataSet,
47 struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan,
H A Dar9280.h61 const struct ieee80211_channel *);
63 const struct ieee80211_channel *chan);
H A Dar9287_olc.h25 const struct ieee80211_channel *chan,
H A Dar9287_cal.c53 ar9287InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan)
H A Dar9285.h85 const struct ieee80211_channel *, uint16_t *);
87 const struct ieee80211_channel *);
/freebsd-9.3-release/sys/dev/ath/
H A Dif_athdfs.h37 struct ieee80211_channel *chan);
41 struct ieee80211_channel *chan);
43 struct ieee80211_channel *chan);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.h105 HAL_BOOL ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan);
106 HAL_BOOL ar5416InitCal(struct ath_hal *, const struct ieee80211_channel *);
107 HAL_BOOL ar5416PerCalibration(struct ath_hal *, struct ieee80211_channel *,
109 HAL_BOOL ar5416PerCalibrationN(struct ath_hal *, struct ieee80211_channel *,
112 const struct ieee80211_channel *);
H A Dar5416.h86 const struct ieee80211_channel *);
88 const struct ieee80211_channel *);
92 const struct ieee80211_channel *);
103 const struct ieee80211_channel *chan,
108 const struct ieee80211_channel *chan);
161 const struct ieee80211_channel *);
162 extern void ar5416AniPoll(struct ath_hal *, const struct ieee80211_channel *);
163 extern void ar5416AniReset(struct ath_hal *, const struct ieee80211_channel *,
208 const struct ieee80211_channel *chan, HAL_BOOL enable);
236 struct ieee80211_channel *cha
[all...]
H A Dar5416_cal.c37 static void ar5416LoadNF(struct ath_hal *ah, const struct ieee80211_channel *);
38 static int16_t ar5416GetNf(struct ath_hal *, struct ieee80211_channel *);
40 static uint16_t ar5416GetDefaultNF(struct ath_hal *ah, const struct ieee80211_channel *chan);
64 ar5416IsCalSupp(struct ath_hal *ah, const struct ieee80211_channel *chan,
202 ar5416InitCalHardware(struct ath_hal *ah, const struct ieee80211_channel *chan)
244 ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
339 ar5416ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *chan)
444 ar5416PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
535 ar5416PerCalibration(struct ath_hal *ah, struct ieee80211_channel *chan,
556 const struct ieee80211_channel *cha
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h150 struct ieee80211_channel *, HAL_BOOL bChannelChange,
155 const struct ieee80211_channel *);
156 extern HAL_BOOL ar5211PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
157 extern HAL_BOOL ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
159 extern HAL_BOOL ar5211ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
162 const struct ieee80211_channel *);
164 HAL_ANT_SETTING, const struct ieee80211_channel *);
310 const struct ieee80211_channel *);
311 extern void ar5211AniPoll(struct ath_hal *, const struct ieee80211_channel *);
/freebsd-9.3-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c99 ath_dfs_radar_enable(struct ath_softc *sc, struct ieee80211_channel *chan)
125 struct ieee80211_channel *chan)
138 ath_dfs_tasklet_needed(struct ath_softc *sc, struct ieee80211_channel *chan)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h131 struct ieee80211_channel *, HAL_BOOL bChannelChange, HAL_STATUS *);
135 extern HAL_BOOL ar5210ChipReset(struct ath_hal *, struct ieee80211_channel *);
136 extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, struct ieee80211_channel *, HAL_BOOL *);
137 extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan,
139 extern HAL_BOOL ar5210ResetCalValid(struct ath_hal *ah, const struct ieee80211_channel *);
145 const struct ieee80211_channel *);
281 extern void ar5210AniPoll(struct ath_hal *, const struct ieee80211_channel *);
283 const struct ieee80211_channel *);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312.h65 struct ieee80211_channel *chan,
68 struct ieee80211_channel *chan);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h138 const struct ieee80211_channel *);
140 const struct ieee80211_channel *, uint16_t modesIndex,
144 const struct ieee80211_channel *, uint16_t *rfXpdGain);
146 const struct ieee80211_channel *,
537 struct ieee80211_channel *chan, HAL_BOOL bChannelChange,
540 const struct ieee80211_channel *);
545 const struct ieee80211_channel *);
547 struct ieee80211_channel *chan, HAL_BOOL *isIQdone);
549 struct ieee80211_channel *chan, u_int chainMask,
552 const struct ieee80211_channel *);
[all...]

Completed in 205 milliseconds

12345