/kernel/linux/linux-5.10/net/wireless/ |
H A D | chan.c | 489 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, in cfg80211_chandef_dfs_required() function 544 EXPORT_SYMBOL(cfg80211_chandef_dfs_required); variable 1195 if (cfg80211_chandef_dfs_required(wiphy, chandef, iftype) > 0 && in _cfg80211_reg_can_beacon() 1297 ret = cfg80211_chandef_dfs_required(wdev->wiphy, in cfg80211_get_chan_state() 1310 ret = cfg80211_chandef_dfs_required(wdev->wiphy, in cfg80211_get_chan_state()
|
H A D | mesh.c | 198 err = cfg80211_chandef_dfs_required(&rdev->wiphy, in __cfg80211_join_mesh()
|
H A D | nl80211.c | 8911 err = cfg80211_chandef_dfs_required(wiphy, &chandef, wdev->iftype); in nl80211_start_radar_detection() 8966 err = cfg80211_chandef_dfs_required(wiphy, &chandef, wdev->iftype); in nl80211_notify_radar_detection() 9143 err = cfg80211_chandef_dfs_required(wdev->wiphy, in nl80211_channel_switch() 14051 if (cfg80211_chandef_dfs_required(wdev->wiphy, &chandef, wdev->iftype)) in nl80211_tdls_channel_switch()
|
H A D | trace.h | 2946 TRACE_EVENT(cfg80211_chandef_dfs_required,
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 202 err = cfg80211_chandef_dfs_required(&rdev->wiphy, in __cfg80211_join_mesh()
|
H A D | chan.c | 539 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, in cfg80211_chandef_dfs_required() function 594 EXPORT_SYMBOL(cfg80211_chandef_dfs_required); variable 1349 if (cfg80211_chandef_dfs_required(wiphy, chandef, iftype) > 0 && in _cfg80211_reg_can_beacon()
|
H A D | nl80211.c | 9978 err = cfg80211_chandef_dfs_required(wiphy, &chandef, wdev->iftype); in nl80211_start_radar_detection() 10060 err = cfg80211_chandef_dfs_required(wiphy, &chandef, wdev->iftype); in nl80211_notify_radar_detection() 10264 err = cfg80211_chandef_dfs_required(wdev->wiphy, in nl80211_channel_switch() 15459 if (cfg80211_chandef_dfs_required(wdev->wiphy, &chandef, wdev->iftype)) in nl80211_tdls_channel_switch()
|
H A D | trace.h | 3252 TRACE_EVENT(cfg80211_chandef_dfs_required,
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ibss.c | 288 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in __ieee80211_sta_join_ibss() 769 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_ibss_csa_mark_radar() 873 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_ibss_process_chanswitch() 1778 ret = cfg80211_chandef_dfs_required(local->hw.wiphy, in ieee80211_ibss_join()
|
H A D | mesh.c | 1084 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_mesh_csa_mark_radar() 1161 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_mesh_process_chnswitch()
|
H A D | chan.c | 1583 ret = cfg80211_chandef_dfs_required(local->hw.wiphy, in ieee80211_vif_use_channel()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ibss.c | 287 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in __ieee80211_sta_join_ibss() 761 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_ibss_csa_mark_radar() 866 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_ibss_process_chanswitch() 1775 ret = cfg80211_chandef_dfs_required(local->hw.wiphy, in ieee80211_ibss_join()
|
H A D | mesh.c | 1274 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_mesh_csa_mark_radar() 1351 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_mesh_process_chnswitch()
|
H A D | chan.c | 1834 ret = cfg80211_chandef_dfs_required(local->hw.wiphy, in ieee80211_link_use_channel()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 860 * cfg80211_chandef_dfs_required - checks if radar detection is required 867 int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 2043 !cfg80211_chandef_dfs_required(wiphy, ¶ms->chandef, in mwifiex_cfg80211_start_ap()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 945 * cfg80211_chandef_dfs_required - checks if radar detection is required 952 int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 2109 !cfg80211_chandef_dfs_required(wiphy, ¶ms->chandef, in mwifiex_cfg80211_start_ap()
|