Lines Matching refs:chanctx_conf
2298 struct ieee80211_chanctx_conf *chanctx_conf;
2381 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
2382 if (!chanctx_conf) {
2385 chanctx_conf =
2386 rcu_dereference(tmp_sdata->vif.bss_conf.chanctx_conf);
2389 if (chanctx_conf)
2390 chandef = &chanctx_conf->def;
2608 struct ieee80211_chanctx_conf *chanctx_conf = NULL;
2627 chanctx_conf =
2628 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
2646 /* override chanctx_conf from AP (we don't have one) */
2650 chanctx_conf =
2651 rcu_dereference(ap_sdata->vif.bss_conf.chanctx_conf);
2821 if (!chanctx_conf) {
2829 band = chanctx_conf->def.chan->band;
3023 struct ieee80211_chanctx_conf *chanctx_conf;
3069 chanctx_conf =
3070 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
3071 if (!chanctx_conf) {
3075 build.band = chanctx_conf->def.chan->band;
4795 struct ieee80211_chanctx_conf *chanctx_conf;
4802 chanctx_conf =
4803 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
4804 if (unlikely(!chanctx_conf)) {
4808 info->band = chanctx_conf->def.chan->band;
5223 struct ieee80211_chanctx_conf *chanctx_conf,
5246 band = chanctx_conf->def.chan->band;
5309 struct ieee80211_chanctx_conf *chanctx_conf,
5367 chanctx_conf, csa_off_base);
5388 struct ieee80211_chanctx_conf *chanctx_conf,
5412 chanctx_conf, 0);
5421 struct ieee80211_chanctx_conf *chanctx_conf,
5430 chanctx_conf, ema_index);
5432 return ieee80211_s1g_short_beacon_get(hw, vif, link, chanctx_conf,
5442 struct ieee80211_chanctx_conf *chanctx_conf)
5459 chanctx_conf, ema->cnt, NULL);
5486 struct ieee80211_chanctx_conf *chanctx_conf;
5496 chanctx_conf =
5497 rcu_dereference(link->conf->chanctx_conf);
5499 if (!ieee80211_sdata_running(sdata) || !chanctx_conf)
5523 chanctx_conf);
5537 chanctx_conf, ema_index,
5567 chanctx_conf, 0);
5609 chanctx_conf, 0);
5979 struct ieee80211_chanctx_conf *chanctx_conf;
5984 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
5986 if (!chanctx_conf)
6032 info->band = chanctx_conf->def.chan->band;
6194 struct ieee80211_chanctx_conf *chanctx_conf;
6200 chanctx_conf =
6201 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
6202 if (WARN_ON(!chanctx_conf)) {
6207 band = chanctx_conf->def.chan->band;