Home
last modified time | relevance | path

Searched refs:radar_enabled (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dchan.c316 /* don't optimize non-20MHz based and radar_enabled confs */ in ieee80211_recalc_chanctx_min_def()
324 ctx->conf.radar_enabled) { in ieee80211_recalc_chanctx_min_def()
470 ctx->conf.radar_enabled = false; in ieee80211_alloc_chanctx()
486 local->hw.conf.radar_enabled = ctx->conf.radar_enabled; in ieee80211_add_chanctx()
554 WARN_ON(local->hw.conf.radar_enabled && in ieee80211_del_chanctx()
557 local->hw.conf.radar_enabled = false; in ieee80211_del_chanctx()
632 bool radar_enabled; in ieee80211_recalc_radar_chanctx() local
638 radar_enabled = ieee80211_chanctx_radar_required(local, chanctx); in ieee80211_recalc_radar_chanctx()
640 if (radar_enabled in ieee80211_recalc_radar_chanctx()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dchan.c366 /* don't optimize non-20MHz based and radar_enabled confs */ in _ieee80211_recalc_chanctx_min_def()
374 ctx->conf.radar_enabled) { in _ieee80211_recalc_chanctx_min_def()
656 ctx->conf.radar_enabled = false; in ieee80211_alloc_chanctx()
672 local->hw.conf.radar_enabled = ctx->conf.radar_enabled; in ieee80211_add_chanctx()
740 WARN_ON(local->hw.conf.radar_enabled && in ieee80211_del_chanctx()
743 local->hw.conf.radar_enabled = false; in ieee80211_del_chanctx()
834 bool radar_enabled; in ieee80211_recalc_radar_chanctx() local
840 radar_enabled = ieee80211_chanctx_radar_required(local, chanctx); in ieee80211_recalc_radar_chanctx()
842 if (radar_enabled in ieee80211_recalc_radar_chanctx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h440 bool radar_enabled; member
H A Dmain.c4736 ctx->radar_enabled && !wlvif->radar_enabled && in wlcore_op_change_chanctx()
4740 wlvif->radar_enabled = true; in wlcore_op_change_chanctx()
4764 ctx->radar_enabled, ctx->def.chan->dfs_state); in wlcore_op_assign_vif_chanctx()
4787 if (ctx->radar_enabled && in wlcore_op_assign_vif_chanctx()
4791 wlvif->radar_enabled = true; in wlcore_op_assign_vif_chanctx()
4832 if (wlvif->radar_enabled) { in wlcore_op_unassign_vif_chanctx()
4835 wlvif->radar_enabled = false; in wlcore_op_unassign_vif_chanctx()
4861 if (wlvif->radar_enabled) { in __wlcore_switch_vif_chan()
4864 wlvif->radar_enabled in __wlcore_switch_vif_chan()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h440 bool radar_enabled; member
H A Dmain.c4688 ctx->radar_enabled && !wlvif->radar_enabled && in wlcore_op_change_chanctx()
4692 wlvif->radar_enabled = true; in wlcore_op_change_chanctx()
4717 ctx->radar_enabled, ctx->def.chan->dfs_state); in wlcore_op_assign_vif_chanctx()
4738 if (ctx->radar_enabled && in wlcore_op_assign_vif_chanctx()
4742 wlvif->radar_enabled = true; in wlcore_op_assign_vif_chanctx()
4782 if (wlvif->radar_enabled) { in wlcore_op_unassign_vif_chanctx()
4785 wlvif->radar_enabled = false; in wlcore_op_unassign_vif_chanctx()
4811 if (wlvif->radar_enabled) { in __wlcore_switch_vif_chan()
4814 wlvif->radar_enabled in __wlcore_switch_vif_chan()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Drecv.c387 if (sc->hw->conf.radar_enabled) in ath_calcrxfilter()
882 if (hw->conf.radar_enabled) { in ath9k_rx_skb_preprocess()
H A Dchannel.c84 if (hw->conf.radar_enabled) { in ath_set_channel()
H A Dhw.c2080 if (ah->hw->conf.radar_enabled) { in ath9k_hw_reset()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Drecv.c387 if (sc->hw->conf.radar_enabled) in ath_calcrxfilter()
882 if (hw->conf.radar_enabled) { in ath9k_rx_skb_preprocess()
H A Dchannel.c84 if (hw->conf.radar_enabled) { in ath_set_channel()
H A Dhw.c2079 if (ah->hw->conf.radar_enabled) { in ath9k_hw_reset()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h1130 bool radar_enabled; member
H A Dmac.c1397 if (!*ret && conf->radar_enabled) in ath10k_mac_has_radar_iter()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h1146 bool radar_enabled; member
H A Dmac.c1408 if (!*ret && conf->radar_enabled) in ath10k_mac_has_radar_iter()
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h221 * @radar_enabled: whether radar detection is enabled on this channel.
231 bool radar_enabled; member
1559 * @radar_enabled: whether radar detection is enabled
1584 bool radar_enabled; member
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h239 * @radar_enabled: whether radar detection is enabled on this channel.
249 bool radar_enabled; member
1686 * @radar_enabled: whether radar detection is enabled
1711 bool radar_enabled; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1784 if (!hw->conf.radar_enabled) { in mt76_phy_dfs_state()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c7244 arg.channel.freq2_radar = ctx->radar_enabled; in ath11k_mac_vdev_start_restart()

Completed in 89 milliseconds