Lines Matching refs:chanctx_conf
609 struct ieee80211_chanctx_conf *chanctx_conf;
636 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
637 if (WARN_ON_ONCE(!chanctx_conf))
639 band = chanctx_conf->def.chan->band;
640 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def);
1212 struct ieee80211_chanctx_conf *chanctx_conf;
1234 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
1235 if (WARN_ON_ONCE(!chanctx_conf)) {
1239 band = chanctx_conf->def.chan->band;
1240 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def);