Lines Matching refs:chanctx_conf
1155 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
1170 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_set_wmm_default()
1171 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
1172 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1742 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_assign_chanctx()
2163 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2168 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_smps()
2171 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_smps()
2174 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2183 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2188 chanctx_conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_recalc_min_chandef()
2191 if (WARN_ON_ONCE(!chanctx_conf)) in ieee80211_recalc_min_chandef()
2194 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef()