Searched refs:radar_detect (Results 1 – 7 of 7) sorted by relevance
1161 u8 *radar_detect) in cfg80211_get_chan_state() argument1185 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1202 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1212 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1225 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
1744 if (params->radar_detect) { in cfg80211_iter_combinations()1789 if (params->radar_detect != in cfg80211_iter_combinations()1790 (c->radar_detect_widths & params->radar_detect)) in cfg80211_iter_combinations()1793 if (params->radar_detect && c->radar_detect_regions && in cfg80211_iter_combinations()
510 u8 *radar_detect);
3797 u8 radar_detect = 0; in ieee80211_chanctx_radar_detect() local3806 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect()3817 radar_detect |= BIT(sdata->vif.bss_conf.chandef.width); in ieee80211_chanctx_radar_detect()3819 return radar_detect; in ieee80211_chanctx_radar_detect()3825 u8 radar_detect) in ieee80211_check_combinations() argument3833 .radar_detect = radar_detect, in ieee80211_check_combinations()3838 if (WARN_ON(hweight32(radar_detect) > 1)) in ieee80211_check_combinations()3860 if (radar_detect) in ieee80211_check_combinations()3874 params.radar_detect |= in ieee80211_check_combinations()3902 if (total == 1 && !params.radar_detect) in ieee80211_check_combinations()[all …]
2223 u8 radar_detect);
341 bool radar_detect = false; in iwl_mvm_power_is_radar() local348 radar_detect = chan->flags & IEEE80211_CHAN_RADAR; in iwl_mvm_power_is_radar()352 return radar_detect; in iwl_mvm_power_is_radar()
1071 u8 radar_detect; member