Searched refs:radar_detect (Results 1 – 7 of 7) sorted by relevance
1251 u8 *radar_detect) in cfg80211_get_chan_state() argument1275 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1292 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1302 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()1315 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
1843 if (params->radar_detect) { in cfg80211_iter_combinations()1888 if (params->radar_detect != in cfg80211_iter_combinations()1889 (c->radar_detect_widths & params->radar_detect)) in cfg80211_iter_combinations()1892 if (params->radar_detect && c->radar_detect_regions && in cfg80211_iter_combinations()
517 u8 *radar_detect);
4255 u8 radar_detect = 0; in ieee80211_chanctx_radar_detect() local4264 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect()4275 radar_detect |= BIT(sdata->vif.bss_conf.chandef.width); in ieee80211_chanctx_radar_detect()4277 return radar_detect; in ieee80211_chanctx_radar_detect()4283 u8 radar_detect) in ieee80211_check_combinations() argument4291 .radar_detect = radar_detect, in ieee80211_check_combinations()4296 if (WARN_ON(hweight32(radar_detect) > 1)) in ieee80211_check_combinations()4318 if (radar_detect) in ieee80211_check_combinations()4332 params.radar_detect |= in ieee80211_check_combinations()4360 if (total == 1 && !params.radar_detect) in ieee80211_check_combinations()[all …]
2282 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()
1263 u8 radar_detect; member