Lines Matching refs:chanctx_conf
3167 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in __ieee80211_channel_switch()
3322 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mgmt_tx() local
3325 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mgmt_tx()
3327 if (chanctx_conf) { in ieee80211_mgmt_tx()
3330 chanctx_conf->def.chan); in ieee80211_mgmt_tx()
3486 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_probe_client() local
3490 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_probe_client()
3491 if (WARN_ON(!chanctx_conf)) { in ieee80211_probe_client()
3495 band = chanctx_conf->def.chan->band; in ieee80211_probe_client()
3559 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_cfg_get_channel() local
3563 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_cfg_get_channel()
3564 if (chanctx_conf) { in ieee80211_cfg_get_channel()