Lines Matching refs:chanctx_conf
394 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
402 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_ds_params_ie()
403 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
407 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
451 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
458 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_ht_oper_ie()
459 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
463 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
523 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_vht_oper_ie() local
530 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_vht_oper_ie()
531 if (WARN_ON(!chanctx_conf)) { in mesh_add_vht_oper_ie()
535 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
813 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
823 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in ieee80211_mesh_build_beacon()
824 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()