Lines Matching refs:chanctx_conf
634 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_add_he_ie() local
639 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_add_he_ie()
640 if (!WARN_ON_ONCE(!chanctx_conf)) in ieee80211_add_he_ie()
642 &chanctx_conf->def, in ieee80211_add_he_ie()
679 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_send_assoc() local
697 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_send_assoc()
698 if (WARN_ON(!chanctx_conf)) { in ieee80211_send_assoc()
702 chan = chanctx_conf->def.chan; in ieee80211_send_assoc()
714 rates_len = ieee80211_parse_bitrates(&chanctx_conf->def, sband, in ieee80211_send_assoc()
851 *pos++ = ieee80211_chandef_max_power(&chanctx_conf->def); in ieee80211_send_assoc()
1388 conf = rcu_dereference_protected(sdata->vif.chanctx_conf, in ieee80211_sta_process_chanswitch()
4001 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_rx_mgmt_beacon() local
4029 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_rx_mgmt_beacon()
4030 if (!chanctx_conf) { in ieee80211_rx_mgmt_beacon()
4036 ieee80211_channel_to_khz(chanctx_conf->def.chan)) { in ieee80211_rx_mgmt_beacon()
4040 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon()