Home
last modified time | relevance | path

Searched refs:regulat_info (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c3975 struct cur_regulatory_info *regulat_info) in reg_set_psoc_fcc_rules() argument
3982 if (regulat_info->num_fcc_rules) in reg_set_psoc_fcc_rules()
3984 regulat_info->fcc_rules_ptr, in reg_set_psoc_fcc_rules()
3986 regulat_info->num_fcc_rules); in reg_set_psoc_fcc_rules()
3993 struct cur_regulatory_info *regulat_info) in reg_set_psoc_fcc_rules() argument
4069 struct cur_regulatory_info *regulat_info, in reg_store_regulatory_ext_info_to_socpriv() argument
4074 soc_reg->num_phy = regulat_info->num_phy; in reg_store_regulatory_ext_info_to_socpriv()
4075 soc_reg->mas_chan_params[phy_id].phybitmap = regulat_info->phybitmap; in reg_store_regulatory_ext_info_to_socpriv()
4076 soc_reg->mas_chan_params[phy_id].dfs_region = regulat_info->dfs_region; in reg_store_regulatory_ext_info_to_socpriv()
4077 soc_reg->mas_chan_params[phy_id].ctry_code = regulat_info->ctry_code; in reg_store_regulatory_ext_info_to_socpriv()
[all …]
H A Dreg_utils.h400 struct cur_regulatory_info *regulat_info,
414 struct cur_regulatory_info *regulat_info);
487 struct cur_regulatory_info *regulat_info, in reg_set_curr_country() argument
495 struct cur_regulatory_info *regulat_info) in reg_ignore_default_country() argument
H A Dreg_utils.c1251 struct cur_regulatory_info *regulat_info, in reg_set_curr_country() argument
1254 struct wlan_objmgr_psoc *psoc = regulat_info->psoc; in reg_set_curr_country()
1268 if ((regulat_info->num_phy != regulat_info->phy_id + 1) || in reg_set_curr_country()
1269 (!qdf_mem_cmp(soc_reg->cur_country, regulat_info->alpha2, in reg_set_curr_country()
1278 for (phy_num = 0; phy_num < regulat_info->num_phy; phy_num++) { in reg_set_curr_country()
1304 phy_id = regulat_info->phy_id; in reg_set_curr_country()
1321 regulat_info->alpha2, soc_reg->cur_country); in reg_set_curr_country()
1332 struct cur_regulatory_info *regulat_info) in reg_ignore_default_country() argument
1339 phy_num = regulat_info->phy_id; in reg_ignore_default_country()