Lines Matching refs:chanctx_conf
1533 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_regulatory_limit_wmm_params() local
1543 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_regulatory_limit_wmm_params()
1544 if (chanctx_conf) in ieee80211_regulatory_limit_wmm_params()
1545 center_freq = chanctx_conf->def.chan->center_freq; in ieee80211_regulatory_limit_wmm_params()
1575 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
1590 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_set_wmm_default()
1591 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
1592 chanctx_conf->def.chan->band == NL80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
2228 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_assign_chanctx()
2738 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2743 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_smps()
2752 if (!chanctx_conf) in ieee80211_recalc_smps()
2755 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2764 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2769 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_min_chandef()
2772 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_min_chandef()
2775 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef()