Lines Matching refs:chanctx_conf
395 struct ieee80211_chanctx_conf *chanctx_conf;
403 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
404 if (WARN_ON(!chanctx_conf)) {
408 chan = chanctx_conf->def.chan;
452 struct ieee80211_chanctx_conf *chanctx_conf;
459 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
460 if (WARN_ON(!chanctx_conf)) {
464 channel = chanctx_conf->def.chan;
524 struct ieee80211_chanctx_conf *chanctx_conf;
531 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
532 if (WARN_ON(!chanctx_conf)) {
536 channel = chanctx_conf->def.chan;
965 struct ieee80211_chanctx_conf *chanctx_conf;
975 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
976 band = chanctx_conf->def.chan->band;