Lines Matching refs:chanctx_conf
395 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
403 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_ds_params_ie()
404 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
408 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
452 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
459 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_ht_oper_ie()
460 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
464 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
524 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_vht_oper_ie() local
531 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in mesh_add_vht_oper_ie()
532 if (WARN_ON(!chanctx_conf)) { in mesh_add_vht_oper_ie()
536 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
971 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
981 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in ieee80211_mesh_build_beacon()
982 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()