Home
last modified time | relevance | path

Searched refs:IEEE80211_DFS_MIN_CAC_TIME_MS (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
Dreg.c1773 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1795 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1860 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1905 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2521 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
Dnl80211.c8913 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_start_radar_detection()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h136 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro