Lines Matching refs:chanctx_conf
3189 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in __ieee80211_channel_switch()
3380 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mgmt_tx() local
3383 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mgmt_tx()
3385 if (chanctx_conf) { in ieee80211_mgmt_tx()
3388 chanctx_conf->def.chan); in ieee80211_mgmt_tx()
3577 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_probe_client() local
3585 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_probe_client()
3586 if (WARN_ON(!chanctx_conf)) { in ieee80211_probe_client()
3590 band = chanctx_conf->def.chan->band; in ieee80211_probe_client()
3664 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_cfg_get_channel() local
3668 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_cfg_get_channel()
3669 if (chanctx_conf) { in ieee80211_cfg_get_channel()