Lines Matching refs:chanctx_conf

927 	struct ieee80211_chanctx_conf *chanctx_conf;  in ieee80211_regulatory_limit_wmm_params()  local
937 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in ieee80211_regulatory_limit_wmm_params()
938 if (chanctx_conf) in ieee80211_regulatory_limit_wmm_params()
939 center_freq = chanctx_conf->def.chan->center_freq; in ieee80211_regulatory_limit_wmm_params()
970 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_set_wmm_default() local
985 chanctx_conf = rcu_dereference(link->conf->chanctx_conf); in ieee80211_set_wmm_default()
986 use_11b = (chanctx_conf && in ieee80211_set_wmm_default()
987 chanctx_conf->def.chan->band == NL80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1647 conf = rcu_dereference_protected(link->conf->chanctx_conf, in ieee80211_assign_chanctx()
2288 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_smps() local
2293 chanctx_conf = rcu_dereference_protected(link->conf->chanctx_conf, in ieee80211_recalc_smps()
2302 if (!chanctx_conf) in ieee80211_recalc_smps()
2305 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps()
2313 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_recalc_min_chandef() local
2332 chanctx_conf = rcu_dereference_protected(bss_conf->chanctx_conf, in ieee80211_recalc_min_chandef()
2344 if (!chanctx_conf) in ieee80211_recalc_min_chandef()
2347 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, in ieee80211_recalc_min_chandef()
3503 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_dfs_cac_cancel() local
3516 chanctx_conf = sdata_dereference(link->conf->chanctx_conf, in ieee80211_dfs_cac_cancel()
3518 if (ctx && &ctx->conf != chanctx_conf) in ieee80211_dfs_cac_cancel()
3564 struct ieee80211_chanctx_conf *chanctx_conf, in ieee80211_radar_mark_chan_ctx_iterator() argument
3568 container_of(chanctx_conf, struct ieee80211_chanctx, in ieee80211_radar_mark_chan_ctx_iterator()
3574 if (data && data != chanctx_conf) in ieee80211_radar_mark_chan_ctx_iterator()
3581 struct ieee80211_chanctx_conf *chanctx_conf) in ieee80211_radar_detected() argument
3588 chanctx_conf); in ieee80211_radar_detected()
4051 conf = sdata_dereference(link_conf->chanctx_conf, sdata); in __ieee80211_get_radio_mask()