Lines Matching refs:dfs_cac_ms
968 rrule->dfs_cac_ms = 0; in regdb_query_country()
972 rrule->dfs_cac_ms = in regdb_query_country()
1400 intersected_rule->dfs_cac_ms = max(rule1->dfs_cac_ms, in reg_rules_intersect()
1401 rule2->dfs_cac_ms); in reg_rules_intersect()
1791 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1792 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1793 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1810 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1811 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1813 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1878 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1879 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1880 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1881 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1882 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1918 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1919 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1920 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1921 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1923 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2569 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2570 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2572 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3710 reg_rule->dfs_cac_ms/1000); in print_rd_rules()