Searched refs:radar_detect (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | util.c | 1510 const u8 radar_detect, in cfg80211_iter_combinations() argument 1522 if (radar_detect) { in cfg80211_iter_combinations() 1567 if (radar_detect != (c->radar_detect_widths & radar_detect)) in cfg80211_iter_combinations() 1570 if (radar_detect && c->radar_detect_regions && in cfg80211_iter_combinations() 1605 const u8 radar_detect, in cfg80211_check_combinations() argument 1611 radar_detect, iftype_num, in cfg80211_check_combinations() 1627 u8 radar_detect) in cfg80211_can_use_iftype_chan() argument 1641 if (WARN_ON(hweight32(radar_detect) > 1)) in cfg80211_can_use_iftype_chan() 1649 if (radar_detect) in cfg80211_can_use_iftype_chan() 1701 cfg80211_get_chan_state(wdev_iter, &ch, &chmode, &radar_detect); in cfg80211_can_use_iftype_chan() [all …]
|
D | chan.c | 832 u8 *radar_detect) in cfg80211_get_chan_state() argument 856 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state() 873 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state() 883 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state() 896 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
|
D | core.h | 417 u8 radar_detect); 456 u8 *radar_detect);
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | power.c | 315 bool radar_detect = false; in iwl_mvm_power_is_radar() local 322 radar_detect = chan->flags & IEEE80211_CHAN_RADAR; in iwl_mvm_power_is_radar() 326 return radar_detect; in iwl_mvm_power_is_radar() 335 bool radar_detect = false; in iwl_mvm_power_build_cmd() local 374 radar_detect = iwl_mvm_power_is_radar(vif); in iwl_mvm_power_build_cmd() 377 if (!radar_detect && (dtimper < 10) && in iwl_mvm_power_build_cmd() 997 bool radar_detect = iwl_mvm_power_is_radar(vif); in iwl_mvm_update_d0i3_power_mode() local 1004 if (!radar_detect && (dtimper < 10)) { in iwl_mvm_update_d0i3_power_mode()
|
/linux-4.1.27/net/mac80211/ |
D | util.c | 3170 u8 radar_detect = 0; in ieee80211_chanctx_radar_detect() local 3179 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect() 3190 radar_detect |= BIT(sdata->vif.bss_conf.chandef.width); in ieee80211_chanctx_radar_detect() 3192 return radar_detect; in ieee80211_chanctx_radar_detect() 3198 u8 radar_detect) in ieee80211_check_combinations() argument 3210 if (WARN_ON(hweight32(radar_detect) > 1)) in ieee80211_check_combinations() 3225 if (radar_detect) in ieee80211_check_combinations() 3238 radar_detect |= ieee80211_chanctx_radar_detect(local, ctx); in ieee80211_check_combinations() 3264 if (total == 1 && !radar_detect) in ieee80211_check_combinations() 3269 radar_detect, num); in ieee80211_check_combinations() [all …]
|
D | ieee80211_i.h | 2045 u8 radar_detect);
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 5115 const u8 radar_detect, 5139 const u8 radar_detect,
|