Lines Matching refs:chanctx_conf
393 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ds_params_ie() local
401 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ds_params_ie()
402 if (WARN_ON(!chanctx_conf)) { in mesh_add_ds_params_ie()
406 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
450 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_ht_oper_ie() local
457 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_ht_oper_ie()
458 if (WARN_ON(!chanctx_conf)) { in mesh_add_ht_oper_ie()
462 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
522 struct ieee80211_chanctx_conf *chanctx_conf; in mesh_add_vht_oper_ie() local
529 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in mesh_add_vht_oper_ie()
530 if (WARN_ON(!chanctx_conf)) { in mesh_add_vht_oper_ie()
534 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
782 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_mesh_build_beacon() local
792 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_mesh_build_beacon()
793 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()