Home
last modified time | relevance | path

Searched refs:radar_detect (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/wireless/
Dutil.c1511 const u8 radar_detect, in cfg80211_iter_combinations() argument
1523 if (radar_detect) { in cfg80211_iter_combinations()
1568 if (radar_detect != (c->radar_detect_widths & radar_detect)) in cfg80211_iter_combinations()
1571 if (radar_detect && c->radar_detect_regions && in cfg80211_iter_combinations()
1606 const u8 radar_detect, in cfg80211_check_combinations() argument
1612 radar_detect, iftype_num, in cfg80211_check_combinations()
1628 u8 radar_detect) in cfg80211_can_use_iftype_chan() argument
1642 if (WARN_ON(hweight32(radar_detect) > 1)) in cfg80211_can_use_iftype_chan()
1650 if (radar_detect) in cfg80211_can_use_iftype_chan()
1702 cfg80211_get_chan_state(wdev_iter, &ch, &chmode, &radar_detect); in cfg80211_can_use_iftype_chan()
[all …]
Dchan.c870 u8 *radar_detect) in cfg80211_get_chan_state() argument
894 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
911 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
921 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
934 *radar_detect |= BIT(wdev->chandef.width); in cfg80211_get_chan_state()
Dcore.h424 u8 radar_detect);
463 u8 *radar_detect);
/linux-4.4.14/net/mac80211/
Dutil.c3168 u8 radar_detect = 0; in ieee80211_chanctx_radar_detect() local
3177 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect()
3188 radar_detect |= BIT(sdata->vif.bss_conf.chandef.width); in ieee80211_chanctx_radar_detect()
3190 return radar_detect; in ieee80211_chanctx_radar_detect()
3196 u8 radar_detect) in ieee80211_check_combinations() argument
3208 if (WARN_ON(hweight32(radar_detect) > 1)) in ieee80211_check_combinations()
3223 if (radar_detect) in ieee80211_check_combinations()
3236 radar_detect |= ieee80211_chanctx_radar_detect(local, ctx); in ieee80211_check_combinations()
3262 if (total == 1 && !radar_detect) in ieee80211_check_combinations()
3267 radar_detect, num); in ieee80211_check_combinations()
[all …]
Dieee80211_i.h2040 u8 radar_detect);
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dpower.c297 bool radar_detect = false; in iwl_mvm_power_is_radar() local
304 radar_detect = chan->flags & IEEE80211_CHAN_RADAR; in iwl_mvm_power_is_radar()
308 return radar_detect; in iwl_mvm_power_is_radar()
/linux-4.4.14/include/net/
Dcfg80211.h5233 const u8 radar_detect,
5257 const u8 radar_detect,