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()
1793 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1794 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1795 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1812 if (reg_rule->dfs_cac_ms) in handle_channel_single_rule()
1813 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_single_rule()
1815 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_single_rule()
1880 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
1881 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1882 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1883 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1884 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1920 if (rrule1->dfs_cac_ms || rrule2->dfs_cac_ms) in handle_channel_adjacent_rules()
1921 chan->dfs_cac_ms = max_t(unsigned int, in handle_channel_adjacent_rules()
1922 rrule1->dfs_cac_ms, in handle_channel_adjacent_rules()
1923 rrule2->dfs_cac_ms); in handle_channel_adjacent_rules()
1925 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_adjacent_rules()
2574 if (reg_rule->dfs_cac_ms) in handle_channel_custom()
2575 chan->dfs_cac_ms = reg_rule->dfs_cac_ms; in handle_channel_custom()
2577 chan->dfs_cac_ms = IEEE80211_DFS_MIN_CAC_TIME_MS; in handle_channel_custom()
3715 reg_rule->dfs_cac_ms/1000); in print_rd_rules()