Lines Matching refs:chanctx_conf
1529 struct ieee80211_chanctx_conf *chanctx_conf;
1539 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
1540 if (chanctx_conf)
1541 center_freq = chanctx_conf->def.chan->center_freq;
1571 struct ieee80211_chanctx_conf *chanctx_conf;
1586 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
1587 use_11b = (chanctx_conf &&
1588 chanctx_conf->def.chan->band == NL80211_BAND_2GHZ) &&
2210 conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
2719 struct ieee80211_chanctx_conf *chanctx_conf;
2724 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
2729 * that the chanctx_conf is removed (due to a disconnection, for
2733 if (!chanctx_conf)
2736 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf);
2745 struct ieee80211_chanctx_conf *chanctx_conf;
2750 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
2753 if (WARN_ON_ONCE(!chanctx_conf))
2756 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf);