Home
last modified time | relevance | path

Searched refs:regdomains_5g (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_db_parser.c121 rule_index = regdomains_5g[dmn_id_5g].reg_rule_id[k]; in reg_regrules_assign()
252 rule_size_5g = QDF_ARRAY_SIZE(regdomains_5g[dmn_id_5g].reg_rule_id); in reg_get_reginfo_from_country_code_and_regdmn_pair()
256 regdomains_5g[dmn_id_5g].num_reg_rules)) { in reg_get_reginfo_from_country_code_and_regdmn_pair()
266 reg_info->dfs_region = regdomains_5g[dmn_id_5g].dfs_region; in reg_get_reginfo_from_country_code_and_regdmn_pair()
278 regdomains_5g[dmn_id_5g].max_bw) in reg_get_reginfo_from_country_code_and_regdmn_pair()
283 regdomains_5g[dmn_id_5g].max_bw; in reg_get_reginfo_from_country_code_and_regdmn_pair()
286 reg_info->min_bw_5g = regdomains_5g[dmn_id_5g].min_bw; in reg_get_reginfo_from_country_code_and_regdmn_pair()
289 ant_gain_5g = regdomains_5g[dmn_id_5g].ant_gain; in reg_get_reginfo_from_country_code_and_regdmn_pair()
294 regdomains_5g[dmn_id_5g].num_reg_rules; in reg_get_reginfo_from_country_code_and_regdmn_pair()
315 regdomains_5g[dmn_id_5g].num_reg_rules))) in reg_get_reginfo_from_country_code_and_regdmn_pair()
[all …]
H A Dreg_db_parser.h34 extern const struct regdomain regdomains_5g[];
H A Dreg_services_common.c1521 *max_bw_5g = regdomains_5g[g_reg_dmn_pairs[i].dmn_id_5g].max_bw; in reg_get_max_5g_bw_from_regdomain()
2154 cur_regdmn->ctl_5g = regdomains_5g[cur_regdmn->dmn_id_5g].ctl_val; in reg_get_curr_regdomain()
2156 regdomains_5g[cur_regdmn->dmn_id_5g].dfs_region; in reg_get_curr_regdomain()
H A Dreg_db.c1303 const struct regdomain regdomains_5g[] = { variable
H A Dreg_build_chan_list.c3898 params.ctl_5g = regdomains_5g[index_5g].ctl_val; in reg_send_ctl_info()