Lines Matching refs:chanctx_conf
1112 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
1127 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_set_wmm_default()
1128 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
1129 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1717 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_assign_chanctx()
2150 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2155 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_smps()
2164 if (!chanctx_conf) in ieee80211_recalc_smps()
2167 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2176 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2181 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_min_chandef()
2184 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_min_chandef()
2187 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef()