Home
last modified time | relevance | path

Searched refs:alpha2 (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_db_parser.c54 qdf_mem_copy(reg_info->alpha2, REG_WORLD_ALPHA2, in reg_update_alpha2_from_domain()
55 sizeof(reg_info->alpha2)); in reg_update_alpha2_from_domain()
69 qdf_mem_copy(reg_info->alpha2, g_all_countries[i].alpha2, in reg_update_alpha2_from_domain()
70 sizeof(g_all_countries[i].alpha2)); in reg_update_alpha2_from_domain()
81 QDF_STATUS reg_is_country_code_valid(uint8_t *alpha2) in reg_is_country_code_valid() argument
89 if ((g_all_countries[i].alpha2[0] == alpha2[0]) && in reg_is_country_code_valid()
90 (g_all_countries[i].alpha2[1] == alpha2[1])) in reg_is_country_code_valid()
138 QDF_STATUS reg_get_rdpair_from_country_iso(uint8_t *alpha2, in reg_get_rdpair_from_country_iso() argument
150 if ((g_all_countries[i].alpha2[0] == alpha2[0]) && in reg_get_rdpair_from_country_iso()
151 (g_all_countries[i].alpha2[1] == alpha2[1])) in reg_get_rdpair_from_country_iso()
[all …]
H A Dreg_utils.h263 bool reg_is_world_alpha2(uint8_t *alpha2);
271 bool reg_is_us_alpha2(uint8_t *alpha2);
279 bool reg_is_etsi_alpha2(uint8_t *alpha2);
287 bool reg_ctry_support_vlp(uint8_t *alpha2);
364 uint8_t *alpha2, enum dfs_reg dfs_region);
374 uint8_t *alpha2);
423 static inline bool reg_is_world_alpha2(uint8_t *alpha2) in reg_is_world_alpha2() argument
428 static inline bool reg_ctry_support_vlp(uint8_t *alpha2) in reg_ctry_support_vlp() argument
433 static inline bool reg_is_us_alpha2(uint8_t *alpha2) in reg_is_us_alpha2() argument
438 static inline bool reg_is_etsi_alpha2(uint8_t *alpha2) in reg_is_etsi_alpha2() argument
[all …]
H A Dreg_utils.c130 bool reg_is_world_alpha2(uint8_t *alpha2) in reg_is_world_alpha2() argument
132 if ((alpha2[0] == '0') && (alpha2[1] == '0')) in reg_is_world_alpha2()
138 bool reg_is_us_alpha2(uint8_t *alpha2) in reg_is_us_alpha2() argument
140 if ((alpha2[0] == 'U') && (alpha2[1] == 'S')) in reg_is_us_alpha2()
146 bool reg_is_etsi_alpha2(uint8_t *alpha2) in reg_is_etsi_alpha2() argument
148 if ((alpha2[0] == 'G') && (alpha2[1] == 'B')) in reg_is_etsi_alpha2()
166 static bool reg_ctry_domain_supports_vlp(uint8_t *alpha2) in reg_ctry_domain_supports_vlp() argument
173 if (g_all_countries[i].alpha2[0] == alpha2[0] && in reg_ctry_domain_supports_vlp()
174 g_all_countries[i].alpha2[1] == alpha2[1]) { in reg_ctry_domain_supports_vlp()
185 bool reg_ctry_support_vlp(uint8_t *alpha2) in reg_ctry_support_vlp() argument
[all …]
H A Dreg_db.h42 alpha2, max_bw_2g, max_bw_5g, max_bw_6g, phymode_bitmap) \ argument
44 #alpha2, max_bw_2g, max_bw_5g, max_bw_6g, phymode_bitmap}
46 #define CE(country_code, reg_dmn_pair_id, reg_6ghz_super_dmn_id, alpha2, \ argument
48 {CTRY_ ## country_code, reg_dmn_pair_id, #alpha2, max_bw_2g, \
622 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
H A Dreg_db_parser.h48 QDF_STATUS reg_is_country_code_valid(uint8_t *alpha2);
H A Dreg_build_chan_list.c3607 qdf_mem_copy(pdev_reg_rules->alpha2, pdev_priv_obj->current_country, in reg_save_reg_rules_to_pdev()
4084 regulat_info->alpha2, in reg_store_regulatory_ext_info_to_socpriv()
4087 regulat_info->alpha2, in reg_store_regulatory_ext_info_to_socpriv()
4485 regulat_info->alpha2, in reg_set_socpriv_vars()
4495 regulat_info->alpha2, in reg_set_socpriv_vars()
4502 if (reg_is_world_alpha2(regulat_info->alpha2)) { in reg_set_socpriv_vars()
5895 regulat_info->alpha2, in __reg_process_master_chan_list()
5898 regulat_info->alpha2, in __reg_process_master_chan_list()
5995 regulat_info->alpha2, in __reg_process_master_chan_list()
6005 regulat_info->alpha2, in __reg_process_master_chan_list()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c69 .alpha2 = "00",
83 .alpha2 = "00",
95 .alpha2 = "00",
106 .alpha2 = "00",
118 .alpha2 = "00",
191 country_code = cds_get_country_from_alpha2(hdd_ctx->reg.alpha2); in hdd_update_regulatory_info()
689 ucfg_reg_set_default_country(hdd_ctx->psoc, reg_info->alpha2); in hdd_regulatory_init_no_offload()
699 hdd_ctx->reg.alpha2, in hdd_regulatory_init_no_offload()
826 uint8_t *country_alpha2 = hdd_ctx->reg.alpha2; in hdd_program_country_code()
862 uint8_t alpha2[REG_ALPHA2_LEN + 1]; in hdd_reg_set_country() local
[all …]
H A Dwlan_hdd_son.c1981 hdd_ctx->reg.alpha2, sap_config->acs_cfg.hw_mode, in hdd_son_start_acs()
H A Dwlan_hdd_ioctl.c2818 qdf_mem_copy(cc, hdd_ctx->reg.alpha2, REG_ALPHA2_LEN); in drv_cmd_get_country()
H A Dwlan_hdd_cfg80211.c4464 hdd_ctx->reg.alpha2, ch_width, in __wlan_hdd_cfg80211_do_acs()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_regdomain.c501 int32_t cds_get_country_from_alpha2(uint8_t *alpha2) in cds_get_country_from_alpha2() argument
506 if (g_reg_dmn_tbl.all_countries[i].alpha2[0] == alpha2[0] && in cds_get_country_from_alpha2()
507 g_reg_dmn_tbl.all_countries[i].alpha2[1] == alpha2[1]) in cds_get_country_from_alpha2()
659 reg->alpha2[0] = country->alpha2[0]; in cds_fill_some_regulatory_info()
660 reg->alpha2[1] = country->alpha2[1]; in cds_fill_some_regulatory_info()
662 reg->alpha2[0] = '0'; in cds_fill_some_regulatory_info()
663 reg->alpha2[1] = '0'; in cds_fill_some_regulatory_info()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_regdomain.h102 const char *alpha2; member
135 int32_t cds_get_country_from_alpha2(uint8_t *alpha2);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c91 uint8_t *alpha2, in ucfg_reg_program_mas_chan_list() argument
94 reg_program_mas_chan_list(psoc, reg_channels, alpha2, dfs_region); in ucfg_reg_program_mas_chan_list()
296 uint8_t *alpha2) in ucfg_reg_get_cc_and_src() argument
298 return reg_get_cc_and_src(psoc, alpha2); in ucfg_reg_get_cc_and_src()
H A Dwlan_reg_tgt_api.c92 return reg_save_new_11d_country(psoc, reg_11d_new_cc->alpha2); in tgt_reg_process_11d_new_country()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h306 uint8_t *alpha2,
450 uint8_t *alpha2);
H A Dreg_services_public_struct.h868 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
1129 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
1276 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
1499 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c
H A Ddriver.h
H A Ddriver_nl80211.c
H A Ddriver_nl80211_event.c
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h
H A Devents.c
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c16748 qdf_mem_copy(reg_info->alpha2, &ext_chan_list_event_hdr->alpha2, in extract_reg_chan_list_ext_update_event_tlv()
16800 reg_info->alpha2, reg_info->dfs_region, reg_info->reg_dmn_pair, in extract_reg_chan_list_ext_update_event_tlv()
17321 qdf_mem_copy(reg_info->alpha2, &(chan_list_event_hdr->alpha2), in extract_reg_chan_list_update_event_tlv()
17345 reg_info->alpha2, reg_info->dfs_region, reg_info->reg_dmn_pair, in extract_reg_chan_list_update_event_tlv()
17408 qdf_mem_copy(reg_11d_country->alpha2, in extract_reg_11d_new_country_event_tlv()
17410 reg_11d_country->alpha2[REG_ALPHA2_LEN] = '\0'; in extract_reg_11d_new_country_event_tlv()
17413 reg_11d_country->alpha2); in extract_reg_11d_new_country_event_tlv()
17954 WMI_REG_COUNTRY_ALPHA_SET(cmd->country_code.alpha2, in send_user_country_code_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h37980 A_UINT32 alpha2:24, member
38302 A_UINT32 alpha2; member
38331 A_UINT32 alpha2; member