Lines Matching refs:dfs_cac_ms

986 		rrule->dfs_cac_ms = 0;  in regdb_query_country()
990 rrule->dfs_cac_ms = in regdb_query_country()
1396 intersected_rule->dfs_cac_ms = max(rule1->dfs_cac_ms, in reg_rules_intersect()
1397 rule2->dfs_cac_ms); in reg_rules_intersect()
1783 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1784 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1785 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1802 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1803 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1805 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1870 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1871 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1872 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1873 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1874 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1910 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1911 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1912 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1913 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1915 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2528 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2529 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2531 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3638 reg_rule->dfs_cac_ms/1000); in print_rd_rules()