Lines Matching refs:channel

3069 	struct ieee80211_channel *channel;
3090 /* net80211 cannot handle 6 GHz channel numbers yet */
3099 channel = &ic->ic_channels[hw_value];
3102 channel->ic_freq = 0;
3103 channel->ic_flags = 0;
3109 channel->ic_flags
3116 channel->ic_flags =
3119 channel->ic_freq = ieee80211_ieee2mhz(hw_value, flags);
3122 channel->ic_flags |= IEEE80211_CHAN_PASSIVE;
3125 channel->ic_flags |= IEEE80211_CHAN_HT;
3127 channel->ic_flags |= IEEE80211_CHAN_40MHZ;
3131 channel->ic_flags |= IEEE80211_CHAN_VHT;
3133 channel->ic_xflags |= IEEE80211_CHANX_80MHZ;
3612 in->in_phyctxt->channel, chains, chains, 0, sco,
3914 * in v3, except for the channel profile part of the
4217 * channel configuration.
5276 chanidx = desc->v3.channel;
5280 chanidx = desc->v1.channel;
5544 if (IEEE80211_IS_CHAN_2GHZ(phyctxt->channel) ||
5565 * The FW is expected to check the control channel position only
5566 * when in HT/VHT and the channel width is not 20MHz. Return
5599 struct ieee80211_channel *chan = ctxt->channel;
5606 if (IEEE80211_IS_CHAN_2GHZ(ctxt->channel) ||
5614 cmd.ci.channel = htole32(ieee80211_chan2ieee(ic, chan));
5659 struct ieee80211_channel *chan = ctxt->channel;
5666 if (IEEE80211_IS_CHAN_2GHZ(ctxt->channel) ||
5674 cmd.ci.channel = ieee80211_chan2ieee(ic, chan);
8062 (phyctxt->channel->ic_flags & band_flags) !=
8072 phyctxt->channel = chan;
8082 phyctxt->channel = chan;
8172 * Prevent the FW from wandering off channel during association
8239 /* Move unused PHY context to a default channel. */
8266 /* Configure Rx chains for MIMO and configure 40 MHz channel. */
8270 in->in_phyctxt->channel, chains, chains,
8292 in->in_phyctxt->channel, chains, chains,
8967 /* Update channel map for net80211 and our scan configuration. */
9047 * The channel used here isn't relevant as it's
9049 * For now use the first channel we have.
9052 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
10897 /* Configure channel information obtained from firmware. */
11365 /* IBSS channel undefined for now. */