Lines Matching refs:width
241 enum ieee80211_sta_rx_bandwidth width; in ieee80211_get_sta_bw() local
257 width = ieee80211_sta_cap_rx_bw(link_sta); in ieee80211_get_sta_bw()
259 switch (width) { in ieee80211_get_sta_bw()
320 return ctx->conf.def.width; in ieee80211_get_chanctx_max_required_bw()
323 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw() local
341 width = link->conf->chanreq.oper.width; in ieee80211_get_chanctx_max_required_bw()
352 width = ieee80211_get_max_required_bw(link); in ieee80211_get_chanctx_max_required_bw()
364 width = link->conf->chanreq.oper.width; in ieee80211_get_chanctx_max_required_bw()
374 max_bw = max(max_bw, width); in ieee80211_get_chanctx_max_required_bw()
381 max_bw = max(max_bw, ctx->conf.def.width); in ieee80211_get_chanctx_max_required_bw()
403 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 || in _ieee80211_recalc_chanctx_min_def()
404 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 || in _ieee80211_recalc_chanctx_min_def()
405 ctx->conf.def.width == NL80211_CHAN_WIDTH_1 || in _ieee80211_recalc_chanctx_min_def()
406 ctx->conf.def.width == NL80211_CHAN_WIDTH_2 || in _ieee80211_recalc_chanctx_min_def()
407 ctx->conf.def.width == NL80211_CHAN_WIDTH_4 || in _ieee80211_recalc_chanctx_min_def()
408 ctx->conf.def.width == NL80211_CHAN_WIDTH_8 || in _ieee80211_recalc_chanctx_min_def()
409 ctx->conf.def.width == NL80211_CHAN_WIDTH_16 || in _ieee80211_recalc_chanctx_min_def()
420 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()
534 switch (chandef->width) { in _ieee80211_change_chanctx()
564 if (ctx->conf.def.width != chanreq->oper.width) in _ieee80211_change_chanctx()
1383 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_link_use_reserved_reassign()
1762 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_vif_use_reserved_switch()
1927 radar_detect_width = BIT(chanreq->oper.width); in _ieee80211_link_use_channel()
2109 if (chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_link_change_chanreq()
2114 if (chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT || in ieee80211_link_change_chanreq()
2115 link_conf->chanreq.oper.width == NL80211_CHAN_WIDTH_20_NOHT) in ieee80211_link_change_chanreq()