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.c1768 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1793 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1861 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1912 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2581 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
H A Dmlme.c1294 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in cfg80211_start_background_radar_detection()
H A Dnl80211.c11638 cac_time_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in nl80211_send_bss()
/linux/include/net/
H A Dcfg80211.h165 #define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 macro