Home
last modified time | relevance | path

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

/linux-5.19.10/net/wireless/
Dreg.c1823 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1845 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1910 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1955 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2600 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
Dmlme.c1093 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in cfg80211_start_background_radar_detection()
Dnl80211.c9555 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_start_radar_detection()
/linux-5.19.10/include/net/
Dcfg80211.h146 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro