Lines Matching refs:chanctx_conf
1136 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_regulatory_limit_wmm_params() local
1146 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_regulatory_limit_wmm_params()
1147 if (chanctx_conf) in ieee80211_regulatory_limit_wmm_params()
1148 center_freq = chanctx_conf->def.chan->center_freq; in ieee80211_regulatory_limit_wmm_params()
1178 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
1193 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_set_wmm_default()
1194 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
1195 chanctx_conf->def.chan->band == NL80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1794 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_assign_chanctx()
2295 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2300 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_smps()
2309 if (!chanctx_conf) in ieee80211_recalc_smps()
2312 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2321 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2326 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_min_chandef()
2329 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_min_chandef()
2332 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef()