Lines Matching defs:width
211 * @IEEE80211_CHANCTX_CHANGE_WIDTH: The channel width changed
7142 return conf->chandef.width == NL80211_CHAN_WIDTH_20;
7148 return conf->chandef.width == NL80211_CHAN_WIDTH_40 &&
7155 return conf->chandef.width == NL80211_CHAN_WIDTH_40 &&
7162 return conf->chandef.width == NL80211_CHAN_WIDTH_40;
7168 return (conf->chandef.width != NL80211_CHAN_WIDTH_5) &&
7169 (conf->chandef.width != NL80211_CHAN_WIDTH_10) &&
7170 (conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT);
7758 * ieee80211_chan_width_to_rx_bw - convert channel width to STA RX bandwidth
7759 * @width: the channel width value to convert
7760 * Return: the STA RX bandwidth value for the channel width
7763 ieee80211_chan_width_to_rx_bw(enum nl80211_chan_width width)
7765 switch (width) {