Lines Matching refs:chanctx_conf
601 struct ieee80211_chanctx_conf *chanctx_conf;
628 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
629 if (WARN_ON_ONCE(!chanctx_conf))
631 band = chanctx_conf->def.chan->band;
632 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def);
1206 struct ieee80211_chanctx_conf *chanctx_conf;
1228 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
1229 if (WARN_ON_ONCE(!chanctx_conf)) {
1233 band = chanctx_conf->def.chan->band;
1234 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def);