Lines Matching defs:channel
229 /* IEEE 802.11 channel 14 - Only JP enables
234 /* IEEE 802.11a, channel 36..48 */
238 /* IEEE 802.11a, channel 52..64 - DFS required */
243 /* IEEE 802.11a, channel 100..144 - DFS required */
248 /* IEEE 802.11a, channel 149..165 */
702 * Pertaining to operation in a frequency band containing a channel
936 * want to just have the channel structure use these
1063 * Note that right now we assume the desired channel bandwidth
1064 * is always 20 MHz for each individual channel (HT40 uses 20 MHz
1065 * per channel, the primary and the extension channel).
1359 * new channel
1419 struct ieee80211_channel *channel)
1421 struct ieee80211_supported_band *sband = wiphy->bands[channel->band];
1425 if (!is_ht40_allowed(channel)) {
1426 channel->flags |= IEEE80211_CHAN_NO_HT40;
1437 if (c->center_freq == (channel->center_freq - 20))
1439 if (c->center_freq == (channel->center_freq + 20))
1449 channel->flags |= IEEE80211_CHAN_NO_HT40MINUS;
1451 channel->flags &= ~IEEE80211_CHAN_NO_HT40MINUS;
1454 channel->flags |= IEEE80211_CHAN_NO_HT40PLUS;
1456 channel->flags &= ~IEEE80211_CHAN_NO_HT40PLUS;