Lines Matching refs:dfs_cac_ms

1006 		rrule->dfs_cac_ms = 0;  in regdb_query_country()
1010 rrule->dfs_cac_ms = in regdb_query_country()
1438 intersected_rule->dfs_cac_ms = max(rule1->dfs_cac_ms, in reg_rules_intersect()
1439 rule2->dfs_cac_ms); in reg_rules_intersect()
1829 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1830 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1831 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1848 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1849 chan->dfs_cac_ms = reg_rule->dfs_cac_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()
1917 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1918 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1919 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1920 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1956 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1957 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1958 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1959 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1961 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2607 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2608 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2610 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3745 reg_rule->dfs_cac_ms/1000); in print_rd_rules()