Lines Matching refs:chanctx_conf
903 rcu_dereference(vif->bss_conf.chanctx_conf)->def.chan); in hwsim_send_ps_poll()
941 rcu_dereference(vif->bss_conf.chanctx_conf)->def.chan); in hwsim_send_nullfunc()
1512 chanctx = rcu_dereference(conf->chanctx_conf); in mac80211_hwsim_tx_iter()
1781 if (!rcu_access_pointer(bss_conf->chanctx_conf)) in mac80211_hwsim_select_tx_link()
1798 struct ieee80211_chanctx_conf *chanctx_conf; in mac80211_hwsim_tx() local
1856 chanctx_conf = rcu_dereference(bss_conf->chanctx_conf); in mac80211_hwsim_tx()
1857 if (chanctx_conf) { in mac80211_hwsim_tx()
1858 channel = chanctx_conf->def.chan; in mac80211_hwsim_tx()
1859 confbw = chanctx_conf->def.width; in mac80211_hwsim_tx()
2117 rcu_dereference(link_conf->chanctx_conf)->def.chan); in mac80211_hwsim_beacon_tx()
2121 rcu_dereference(link_conf->chanctx_conf)->def.chan); in mac80211_hwsim_beacon_tx()
2418 struct ieee80211_chanctx_conf *chanctx_conf; in mac80211_hwsim_sta_rc_update() local
2424 chanctx_conf = rcu_dereference(vif_conf->chanctx_conf); in mac80211_hwsim_sta_rc_update()
2426 if (!WARN_ON(!chanctx_conf)) in mac80211_hwsim_sta_rc_update()
2427 confbw = chanctx_conf->def.width; in mac80211_hwsim_sta_rc_update()