Lines Matching refs:chanctx_conf
389 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
397 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ds_params_ie()
398 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
402 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
441 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
450 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ht_oper_ie()
451 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
455 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
616 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
626 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mesh_build_beacon()
627 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()