Lines Matching refs:chanctx_conf

52 	struct ieee80211_chanctx_conf *chanctx_conf;
60 chanctx_conf = rcu_dereference(tx->sdata->vif.bss_conf.chanctx_conf);
61 if (chanctx_conf) {
62 shift = ieee80211_chandef_get_shift(&chanctx_conf->def);
63 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def);
2293 struct ieee80211_chanctx_conf *chanctx_conf;
2376 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
2377 if (!chanctx_conf) {
2380 chanctx_conf =
2381 rcu_dereference(tmp_sdata->vif.bss_conf.chanctx_conf);
2384 if (chanctx_conf)
2385 chandef = &chanctx_conf->def;
2597 struct ieee80211_chanctx_conf *chanctx_conf = NULL;
2616 chanctx_conf =
2617 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
2635 /* override chanctx_conf from AP (we don't have one) */
2639 chanctx_conf =
2640 rcu_dereference(ap_sdata->vif.bss_conf.chanctx_conf);
2811 if (!chanctx_conf) {
2819 band = chanctx_conf->def.chan->band;
3010 struct ieee80211_chanctx_conf *chanctx_conf;
3056 chanctx_conf =
3057 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
3058 if (!chanctx_conf) {
3062 build.band = chanctx_conf->def.chan->band;
4774 struct ieee80211_chanctx_conf *chanctx_conf;
4781 chanctx_conf =
4782 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
4783 if (unlikely(!chanctx_conf)) {
4787 info->band = chanctx_conf->def.chan->band;
5171 struct ieee80211_chanctx_conf *chanctx_conf,
5194 band = chanctx_conf->def.chan->band;
5257 struct ieee80211_chanctx_conf *chanctx_conf,
5313 chanctx_conf, csa_off_base);
5323 struct ieee80211_chanctx_conf *chanctx_conf)
5340 chanctx_conf, ema->cnt);
5367 struct ieee80211_chanctx_conf *chanctx_conf;
5376 chanctx_conf =
5377 rcu_dereference(link->conf->chanctx_conf);
5379 if (!ieee80211_sdata_running(sdata) || !chanctx_conf)
5396 chanctx_conf);
5410 chanctx_conf,
5440 chanctx_conf, 0);
5482 chanctx_conf, 0);
5854 struct ieee80211_chanctx_conf *chanctx_conf;
5859 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
5861 if (!chanctx_conf)
5907 info->band = chanctx_conf->def.chan->band;
6069 struct ieee80211_chanctx_conf *chanctx_conf;
6075 chanctx_conf =
6076 rcu_dereference(sdata->vif.bss_conf.chanctx_conf);
6077 if (WARN_ON(!chanctx_conf)) {
6082 band = chanctx_conf->def.chan->band;