Lines Matching refs:chanctx_conf
388 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
396 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ds_params_ie()
397 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
401 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
440 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
447 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ht_oper_ie()
448 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
452 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
503 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_vht_oper_ie() local
510 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_vht_oper_ie()
511 if (WARN_ON(!chanctx_conf)) { in mesh_add_vht_oper_ie()
515 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
679 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
689 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mesh_build_beacon()
690 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()