Home
last modified time | relevance | path

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

/linux-6.6.21/net/wireless/
Dreg.c1793 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1815 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1880 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1925 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2577 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
Dmlme.c1157 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in cfg80211_start_background_radar_detection()
Dnl80211.c10021 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_start_radar_detection()
/linux-6.6.21/include/net/
Dcfg80211.h146 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro