Lines Matching defs:width
252 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20_NOHT;
263 width = ieee80211_get_max_required_bw(sdata);
268 * point, so take the width from the chandef, but
271 width = max(vif->bss_conf.chandef.width,
281 width = vif->bss_conf.chandef.width;
290 max_bw = max(max_bw, width);
296 max_bw = max(max_bw, conf->def.width);
304 * recalc the min required chan width of the channel context, which is
317 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 ||
318 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 ||
319 ctx->conf.def.width == NL80211_CHAN_WIDTH_1 ||
320 ctx->conf.def.width == NL80211_CHAN_WIDTH_2 ||
321 ctx->conf.def.width == NL80211_CHAN_WIDTH_4 ||
322 ctx->conf.def.width == NL80211_CHAN_WIDTH_8 ||
323 ctx->conf.def.width == NL80211_CHAN_WIDTH_16 ||
333 while (min_def.width > max_bw)
539 /* S1G doesn't have 20MHz, so get the correct width for the
543 chandef->width =
546 chandef->width = NL80211_CHAN_WIDTH_20_NOHT;
608 /* TDLS peers can sometimes affect the chandef width */
1084 if (sdata->vif.bss_conf.chandef.width != sdata->reserved_chandef.width)
1431 if (sdata->vif.bss_conf.chandef.width !=
1432 sdata->reserved_chandef.width)
1589 radar_detect_width = BIT(chandef->width);
1709 if (chandef->width == NL80211_CHAN_WIDTH_20_NOHT ||
1710 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) {