Lines Matching refs:oper
92 if (!cfg80211_chandef_identical(&a->oper, &b->oper)) in ieee80211_chanreq_identical()
110 compat = cfg80211_chandef_compatible(&a->oper, &b->oper); in ieee80211_chanreq_compatible()
115 tmp->oper = *compat; in ieee80211_chanreq_compatible()
129 .oper = ctx->conf.def, in ieee80211_chanctx_compatible()
336 width = max(link->conf->chanreq.oper.width, in ieee80211_get_chanctx_max_required_bw()
345 width = link->conf->chanreq.oper.width; in ieee80211_get_chanctx_max_required_bw()
453 new_chandef = &link->reserved.oper; in ieee80211_chan_bw_change()
455 new_chandef = &link_conf->chanreq.oper; in ieee80211_chan_bw_change()
508 const struct cfg80211_chan_def *chandef = &chanreq->oper; in _ieee80211_change_chanctx()
510 .oper = ctx->conf.def, in _ieee80211_change_chanctx()
541 !cfg80211_chandef_compatible(&ctx->conf.def, &chanreq->oper)); in _ieee80211_change_chanctx()
545 if (!cfg80211_chandef_identical(&ctx->conf.def, &chanreq->oper)) { in _ieee80211_change_chanctx()
546 if (ctx->conf.def.width != chanreq->oper.width) in _ieee80211_change_chanctx()
548 if (ctx->conf.def.punctured != chanreq->oper.punctured) in _ieee80211_change_chanctx()
679 ctx->conf.def = chanreq->oper; in ieee80211_alloc_chanctx()
825 tdls_chanreq.oper = sta->tdls_chandef; in ieee80211_recalc_chanctx_chantype()
1136 if (!cfg80211_radio_chandef_valid(radio, &chanreq->oper)) in ieee80211_replace_chanctx()
1184 if (!cfg80211_radio_chandef_valid(radio, &chanreq->oper)) in ieee80211_find_available_radio()
1328 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_link_use_reserved_reassign()
1706 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_vif_use_reserved_switch()
1866 &chanreq->oper, in _ieee80211_link_use_channel()
1871 radar_detect_width = BIT(chanreq->oper.width); in _ieee80211_link_use_channel()
1875 ret = ieee80211_check_combinations(sdata, &chanreq->oper, mode, in _ieee80211_link_use_channel()
2045 &chanreq->oper, in ieee80211_link_change_chanreq()
2050 if (chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_link_change_chanreq()
2051 cfg80211_chandef_identical(&chanreq->oper, &link_conf->chanreq.oper)) in ieee80211_link_change_chanreq()
2055 if (chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT || in ieee80211_link_change_chanreq()
2056 link_conf->chanreq.oper.width == NL80211_CHAN_WIDTH_20_NOHT) in ieee80211_link_change_chanreq()