Lines Matching refs:chanctx_conf
1398 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_regulatory_limit_wmm_params() local
1408 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_regulatory_limit_wmm_params()
1409 if (chanctx_conf) in ieee80211_regulatory_limit_wmm_params()
1410 center_freq = chanctx_conf->def.chan->center_freq; in ieee80211_regulatory_limit_wmm_params()
1440 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
1455 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_set_wmm_default()
1456 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
1457 chanctx_conf->def.chan->band == NL80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
2057 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_assign_chanctx()
2567 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2572 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_smps()
2581 if (!chanctx_conf) in ieee80211_recalc_smps()
2584 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2593 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2598 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_min_chandef()
2601 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_min_chandef()
2604 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef()