Lines Matching refs:chanctx_conf
381 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
389 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ds_params_ie()
390 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
394 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
434 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
441 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ht_oper_ie()
442 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
446 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
498 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_vht_oper_ie() local
505 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_vht_oper_ie()
506 if (WARN_ON(!chanctx_conf)) { in mesh_add_vht_oper_ie()
510 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
674 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
683 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mesh_build_beacon()
684 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()