Lines Matching refs:chanctx_conf
667 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_add_he_ie() local
672 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_add_he_ie()
673 if (!WARN_ON_ONCE(!chanctx_conf)) in ieee80211_add_he_ie()
675 &chanctx_conf->def, in ieee80211_add_he_ie()
711 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_send_assoc() local
726 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_send_assoc()
727 if (WARN_ON(!chanctx_conf)) { in ieee80211_send_assoc()
731 chan = chanctx_conf->def.chan; in ieee80211_send_assoc()
743 rates_len = ieee80211_parse_bitrates(&chanctx_conf->def, sband, in ieee80211_send_assoc()
875 *pos++ = ieee80211_chandef_max_power(&chanctx_conf->def); in ieee80211_send_assoc()
1456 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_sta_process_chanswitch()
3970 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_rx_mgmt_beacon() local
3998 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_rx_mgmt_beacon()
3999 if (!chanctx_conf) { in ieee80211_rx_mgmt_beacon()
4005 ieee80211_channel_to_khz(chanctx_conf->def.chan)) { in ieee80211_rx_mgmt_beacon()
4009 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon()