Lines Matching refs:dfs_cac_ms

971 		rrule->dfs_cac_ms = 0;  in regdb_query_country()
975 rrule->dfs_cac_ms = in regdb_query_country()
1402 intersected_rule->dfs_cac_ms = max(rule1->dfs_cac_ms, in reg_rules_intersect()
1403 rule2->dfs_cac_ms); in reg_rules_intersect()
1807 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1808 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1809 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1829 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1830 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1832 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1900 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1901 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1902 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1903 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1904 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1946 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1947 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1948 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1949 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1951 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2593 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2594 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2596 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3735 reg_rule->dfs_cac_ms/1000); in print_rd_rules()