Lines Matching refs:chanctx_conf
873 rcu_dereference(vif->chanctx_conf)->def.chan); in hwsim_send_ps_poll()
911 rcu_dereference(vif->chanctx_conf)->def.chan); in hwsim_send_nullfunc()
1430 if (!vif->chanctx_conf) in mac80211_hwsim_tx_iter()
1434 rcu_dereference(vif->chanctx_conf)->def.chan)) in mac80211_hwsim_tx_iter()
1634 struct ieee80211_chanctx_conf *chanctx_conf; in mac80211_hwsim_tx() local
1652 chanctx_conf = rcu_dereference(txi->control.vif->chanctx_conf); in mac80211_hwsim_tx()
1653 if (chanctx_conf) { in mac80211_hwsim_tx()
1654 channel = chanctx_conf->def.chan; in mac80211_hwsim_tx()
1655 confbw = chanctx_conf->def.width; in mac80211_hwsim_tx()
1901 rcu_dereference(vif->chanctx_conf)->def.chan); in mac80211_hwsim_beacon_tx()
1905 rcu_dereference(vif->chanctx_conf)->def.chan); in mac80211_hwsim_beacon_tx()
2166 struct ieee80211_chanctx_conf *chanctx_conf; in mac80211_hwsim_sta_rc_update() local
2169 chanctx_conf = rcu_dereference(vif->chanctx_conf); in mac80211_hwsim_sta_rc_update()
2171 if (!WARN_ON(!chanctx_conf)) in mac80211_hwsim_sta_rc_update()
2172 confbw = chanctx_conf->def.width; in mac80211_hwsim_sta_rc_update()