Lines Matching refs:dfs_cac_ms

969 		rrule->dfs_cac_ms = 0;  in regdb_query_country()
973 rrule->dfs_cac_ms = in regdb_query_country()
1401 intersected_rule->dfs_cac_ms = max(rule1->dfs_cac_ms, in reg_rules_intersect()
1402 rule2->dfs_cac_ms); in reg_rules_intersect()
1794 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1795 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1796 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1813 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1814 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1816 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1881 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1882 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1883 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1884 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1885 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1921 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1922 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1923 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1924 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1926 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2575 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2576 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2578 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3716 reg_rule->dfs_cac_ms/1000); in print_rd_rules()