Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c1809 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1834 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1902 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1953 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2598 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
H A Dmlme.c1285 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in cfg80211_start_background_radar_detection()
H A Dnl80211.c10828 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_start_radar_detection()
/linux/include/net/
H A Dcfg80211.h166 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro