Lines Matching refs:chanctx_conf
1716 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_add_link_elems() local
1745 chanctx_conf = rcu_dereference(link->conf->chanctx_conf); in ieee80211_add_link_elems()
1746 if (chanctx_conf) in ieee80211_add_link_elems()
1747 width = chanctx_conf->def.width; in ieee80211_add_link_elems()
2599 if (rcu_access_pointer(link->conf->chanctx_conf)) in ieee80211_sta_abort_chanswitch()
2916 conf = rcu_dereference_protected(link->conf->chanctx_conf, in ieee80211_sta_process_chanswitch()
7297 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_rx_mgmt_beacon() local
7332 chanctx_conf = rcu_dereference(bss_conf->chanctx_conf); in ieee80211_rx_mgmt_beacon()
7333 if (!chanctx_conf) { in ieee80211_rx_mgmt_beacon()
7339 ieee80211_channel_to_khz(chanctx_conf->def.chan)) { in ieee80211_rx_mgmt_beacon()
7343 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon()