Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Dreg.c1829 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1851 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1916 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1961 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2610 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
Dmlme.c1118 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in cfg80211_start_background_radar_detection()
Dnl80211.c9800 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_start_radar_detection()
/linux-6.1.9/include/net/
Dcfg80211.h146 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro