Lines Matching refs:ieee80211_channel
208 struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX];
212 struct ieee80211_channel *ic_curchan; /* current channel */
214 struct ieee80211_channel *ic_bsschan; /* bss channel */
215 struct ieee80211_channel *ic_prevchan; /* previous channel */
218 struct ieee80211_channel *ic_countryie_chan;
221 struct ieee80211_channel *ic_csa_newchan;/* channel for doing CSA */
280 int, int *, struct ieee80211_channel []);
284 int, struct ieee80211_channel []);
446 struct ieee80211_channel *iv_des_chan; /* desired channel */
788 const struct ieee80211_channel *);
790 struct ieee80211com *, const struct ieee80211_channel *);
808 const struct ieee80211_channel *);
810 int ieee80211_add_channel_cbw(struct ieee80211_channel[], int, int *,
812 int ieee80211_add_channel(struct ieee80211_channel[], int, int *,
814 int ieee80211_add_channel_ht40(struct ieee80211_channel[], int, int *,
816 uint32_t ieee80211_get_channel_center_freq(const struct ieee80211_channel *);
817 uint32_t ieee80211_get_channel_center_freq1(const struct ieee80211_channel *);
818 uint32_t ieee80211_get_channel_center_freq2(const struct ieee80211_channel *);
823 int ieee80211_add_channel_list_2ghz(struct ieee80211_channel[], int, int *,
825 int ieee80211_add_channels_default_2ghz(struct ieee80211_channel[], int,
827 int ieee80211_add_channel_list_5ghz(struct ieee80211_channel[], int, int *,
829 struct ieee80211_channel *ieee80211_find_channel(struct ieee80211com *,
831 struct ieee80211_channel *ieee80211_find_channel_byieee(struct ieee80211com *,
833 struct ieee80211_channel *ieee80211_lookup_channel_rxstatus(struct ieee80211vap *,
836 enum ieee80211_phymode ieee80211_chan2mode(const struct ieee80211_channel *);
839 char ieee80211_channel_type_char(const struct ieee80211_channel *c);
961 ieee80211_htchanflags(const struct ieee80211_channel *c) in ieee80211_htchanflags()
973 ieee80211_vhtchanflags(const struct ieee80211_channel *c) in ieee80211_vhtchanflags()