• Home
  • Raw
  • Download

Lines Matching refs:chanctx_conf

61 	struct ieee80211_chanctx_conf *chanctx_conf;  in ieee80211_duration()  local
69 chanctx_conf = rcu_dereference(tx->sdata->vif.chanctx_conf); in ieee80211_duration()
70 if (chanctx_conf) { in ieee80211_duration()
71 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_duration()
72 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_duration()
2205 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_monitor_start_xmit() local
2305 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_monitor_start_xmit()
2306 if (!chanctx_conf) { in ieee80211_monitor_start_xmit()
2309 chanctx_conf = in ieee80211_monitor_start_xmit()
2310 rcu_dereference(tmp_sdata->vif.chanctx_conf); in ieee80211_monitor_start_xmit()
2313 if (chanctx_conf) in ieee80211_monitor_start_xmit()
2314 chandef = &chanctx_conf->def; in ieee80211_monitor_start_xmit()
2473 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_build_hdr() local
2506 chanctx_conf = rcu_dereference(ap_sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2507 if (!chanctx_conf) { in ieee80211_build_hdr()
2511 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2517 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2518 if (!chanctx_conf) { in ieee80211_build_hdr()
2528 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2610 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2611 if (!chanctx_conf) { in ieee80211_build_hdr()
2615 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2653 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2654 if (!chanctx_conf) { in ieee80211_build_hdr()
2658 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2666 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2667 if (!chanctx_conf) { in ieee80211_build_hdr()
2671 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2679 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_build_hdr()
2680 if (!chanctx_conf) { in ieee80211_build_hdr()
2684 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2876 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_check_fast_xmit() local
2918 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_check_fast_xmit()
2919 if (!chanctx_conf) { in ieee80211_check_fast_xmit()
2923 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
4107 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_tx_pending_skb() local
4112 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_tx_pending_skb()
4113 if (unlikely(!chanctx_conf)) { in ieee80211_tx_pending_skb()
4117 info->band = chanctx_conf->def.chan->band; in ieee80211_tx_pending_skb()
4452 struct ieee80211_chanctx_conf *chanctx_conf; in __ieee80211_beacon_get() local
4458 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in __ieee80211_beacon_get()
4460 if (!ieee80211_sdata_running(sdata) || !chanctx_conf) in __ieee80211_beacon_get()
4591 band = chanctx_conf->def.chan->band; in __ieee80211_beacon_get()
4878 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_buffered_bc() local
4883 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_get_buffered_bc()
4885 if (!chanctx_conf) in ieee80211_get_buffered_bc()
4931 info->band = chanctx_conf->def.chan->band; in ieee80211_get_buffered_bc()