Lines Matching defs:width

119 	local_bw = 20 * BIT(ieee80211_chan_width_to_rx_bw(chandef->width));
143 while (chandef->width > NL80211_CHAN_WIDTH_40) {
156 if (chandef->width <= NL80211_CHAN_WIDTH_40)
240 chandef->width = NL80211_CHAN_WIDTH_20_NOHT;
262 chandef->width = ieee80211_s1g_channel_width(channel);
284 chandef->width = NL80211_CHAN_WIDTH_20;
385 * operation information (in case that the channel width differs from
386 * the channel width reported in HT/VHT/HE).
392 eht_chandef.width ==
455 if (WARN_ON(chandef->width == NL80211_CHAN_WIDTH_20_NOHT)) {
474 if (chandef->width != vht_chandef.width && !tracking)
553 chandef.width == NL80211_CHAN_WIDTH_80P80)
556 chandef.width == NL80211_CHAN_WIDTH_160)
559 chandef.width > NL80211_CHAN_WIDTH_20)
566 "AP %pM changed bandwidth, new config is %d.%03d MHz, width %d (%d.%03d/%d MHz)\n",
568 chandef.chan->freq_offset, chandef.width,
829 enum nl80211_chan_width width,
833 unsigned int shift = ieee80211_chanwidth_get_shift(width);
846 rates_len = ieee80211_parse_bitrates(width, sband,
1036 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20;
1068 width = chanctx_conf->def.width;
1085 ieee80211_assoc_add_rates(skb, width, sband, assoc_data);
1090 .width = width,
1895 "AP %pM switches to different band (%d MHz, width:%d, CF1/2: %d/%d MHz), disconnecting\n",
1898 csa_ie.chandef.width, csa_ie.chandef.center_freq1,
1907 "(%d.%03d MHz, width:%d, CF1/2: %d.%03d/%d MHz), "
1912 csa_ie.chandef.width, csa_ie.chandef.center_freq1,
5055 if (chandef.width == NL80211_CHAN_WIDTH_5 ||
5056 chandef.width == NL80211_CHAN_WIDTH_10)
5059 while (ret && chandef.width != NL80211_CHAN_WIDTH_20_NOHT) {
5729 link->conf->chandef.width);