Searched refs:radar_detect (Results 1 – 7 of 7) sorted by relevance
993 u8 *radar_detect) in cfg80211_get_chan_state() argument1017 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1034 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1044 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1057 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
1660 if (params->radar_detect) { in cfg80211_iter_combinations()1705 if (params->radar_detect != in cfg80211_iter_combinations()1706 (c->radar_detect_widths & params->radar_detect)) in cfg80211_iter_combinations()1709 if (params->radar_detect && c->radar_detect_regions && in cfg80211_iter_combinations()
480 u8 *radar_detect);
3460 u8 radar_detect = 0; in ieee80211_chanctx_radar_detect() local3469 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect()3480 radar_detect |= BIT(sdata->vif.bss_conf.chandef.width); in ieee80211_chanctx_radar_detect()3482 return radar_detect; in ieee80211_chanctx_radar_detect()3488 u8 radar_detect) in ieee80211_check_combinations() argument3496 .radar_detect = radar_detect, in ieee80211_check_combinations()3501 if (WARN_ON(hweight32(radar_detect) > 1)) in ieee80211_check_combinations()3523 if (radar_detect) in ieee80211_check_combinations()3537 params.radar_detect |= in ieee80211_check_combinations()3564 if (total == 1 && !params.radar_detect) in ieee80211_check_combinations()[all …]
2163 u8 radar_detect);
329 bool radar_detect = false; in iwl_mvm_power_is_radar() local336 radar_detect = chan->flags & IEEE80211_CHAN_RADAR; in iwl_mvm_power_is_radar()340 return radar_detect; in iwl_mvm_power_is_radar()
930 u8 radar_detect; member