Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 23 of 23) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_11d.c99 if (wlan_reg_is_us(cc_db->votes[0].cc)) { in scm_11d_elected_country_algo_fcc()
109 if (wlan_reg_is_us(cc_db->votes[i].cc)) { in scm_11d_elected_country_algo_fcc()
118 cc_db->votes[i].cc[0], in scm_11d_elected_country_algo_fcc()
119 cc_db->votes[i].cc[1], in scm_11d_elected_country_algo_fcc()
130 cc_db->votes[country_idx].cc, in scm_11d_elected_country_algo_fcc()
134 cc_db->votes[country_idx].cc[0], in scm_11d_elected_country_algo_fcc()
135 cc_db->votes[country_idx].cc[1], in scm_11d_elected_country_algo_fcc()
168 cc_db->votes[i].cc[0], in scm_11d_elected_country_info()
169 cc_db->votes[i].cc[1], in scm_11d_elected_country_info()
177 qdf_mem_copy(cc_db->elected_cc, cc_db->votes[j].cc, in scm_11d_elected_country_info()
[all …]
Dwlan_scan_11d.h37 uint8_t cc[REG_ALPHA2_LEN + 1]; member
Dwlan_scan_cache_db.c1131 if (cc_ie && qdf_mem_cmp(cc_ie->cc, programmed_country, in scm_is_bss_allowed_for_country()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_utils.c197 struct set_country *cc) in reg_set_non_offload_country() argument
226 if (reg_is_world_alpha2(cc->country)) { in reg_set_non_offload_country()
234 rd.cc.regdmn.reg_2g_5g_pair_id = in reg_set_non_offload_country()
237 rd.cc.regdmn.reg_2g_5g_pair_id = DEFAULT_WORLD_REGDMN; in reg_set_non_offload_country()
240 qdf_mem_copy(rd.cc.alpha, cc->country, REG_ALPHA2_LEN + 1); in reg_set_non_offload_country()
284 struct set_country cc; in reg_set_country() local
325 qdf_mem_copy(cc.country, country, REG_ALPHA2_LEN + 1); in reg_set_country()
330 cc.pdev_id = WMI_HOST_PDEV_ID_SOC; in reg_set_country()
334 cc.country); in reg_set_country()
336 if (reg_is_world_alpha2(cc.country)) in reg_set_country()
[all …]
Dreg_db_parser.h96 QDF_STATUS reg_get_rdpair_from_country_code(uint16_t cc,
Dreg_db_parser.c200 QDF_STATUS reg_get_rdpair_from_country_code(uint16_t cc, in reg_get_rdpair_from_country_code() argument
212 if (g_all_countries[i].country_code == cc) in reg_get_rdpair_from_country_code()
Dreg_services_common.c1481 uint16_t cc, in reg_get_max_5g_bw_from_country_code() argument
1491 if (g_all_countries[i].country_code == cc) in reg_get_max_5g_bw_from_country_code()
1528 uint16_t cc, in reg_get_max_5g_bw_from_country_code() argument
1862 uint16_t cc = -1; in reg_program_default_cc() local
1894 cc = regdmn & ~COUNTRY_ERD_FLAG; in reg_program_default_cc()
1896 reg_get_rdpair_from_country_code(cc, in reg_program_default_cc()
1909 pdev_priv_obj->ctry_code = cc; in reg_program_default_cc()
1969 reg_get_rdpair_from_country_code(rd->cc.country_code, in reg_program_chan_list_po()
1973 reg_get_rdpair_from_country_iso(rd->cc.alpha, in reg_program_chan_list_po()
1978 rd->cc.regdmn.reg_2g_5g_pair_id, in reg_program_chan_list_po()
[all …]
Dreg_offload_11d_scan.c95 qdf_mem_copy(rd.cc.alpha, country, REG_ALPHA2_LEN + 1); in reg_set_11d_country()
Dreg_services_common.h252 uint16_t cc,
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_utils_api.h438 struct wlan_country_ie *cc) in util_country_code_match() argument
443 if (!cc) in util_country_code_match()
446 if (cc->cc[0] == country[0] && in util_country_code_match()
447 cc->cc[1] == country[1]) in util_country_code_match()
1266 qdf_mem_copy(cntry, country_ie->cc, 3); in util_scan_entry_copy_country()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_regdomain.c460 uint16_t cc = reg_dmn & ~CTRY_FLAG; in is_reg_dmn_valid() local
463 if (g_reg_dmn_tbl.all_countries[i].country_code == cc) in is_reg_dmn_valid()
524 uint16_t cc = reg_dmn & ~CTRY_FLAG; in reg_dmn_get_default_country() local
527 country = find_country(cc); in reg_dmn_get_default_country()
529 return cc; in reg_dmn_get_default_country()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_regulatory.c861 uint8_t cc[REG_ALPHA2_LEN + 1]; in hdd_reg_set_country() local
875 qdf_mem_copy(cc, country_code, REG_ALPHA2_LEN); in hdd_reg_set_country()
876 cc[REG_ALPHA2_LEN] = '\0'; in hdd_reg_set_country()
891 status = ucfg_reg_set_country(hdd_ctx->pdev, cc); in hdd_reg_set_country()
Dwlan_hdd_ioctl.c2815 uint8_t cc[REG_ALPHA2_LEN + 1]; in drv_cmd_get_country() local
2818 qdf_mem_copy(cc, hdd_ctx->reg.alpha2, REG_ALPHA2_LEN); in drv_cmd_get_country()
2819 cc[REG_ALPHA2_LEN] = '\0'; in drv_cmd_get_country()
2822 "GETCOUNTRYREV", cc); in drv_cmd_get_country()
Dwlan_hdd_hostapd.c8692 wlan_reg_get_cc_and_src(wlan_vdev_get_psoc(vdev), stat.cc); in hdd_cp_stats_cstats_log_sap_go_dfs_event()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_api.h348 uint8_t vdev_id, uint8_t *cc);
359 uint8_t vdev_id, uint8_t *cc);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c916 uint8_t vdev_id, uint8_t *cc) in wlan_cm_set_country_code() argument
928 if (!rso_cfg || !cc) in wlan_cm_set_country_code()
931 mlme_debug("Country info from bcn IE:%c%c 0x%x", cc[0], cc[1], cc[2]); in wlan_cm_set_country_code()
933 qdf_mem_copy(rso_cfg->country_code, cc, REG_ALPHA2_LEN + 1); in wlan_cm_set_country_code()
940 uint8_t vdev_id, uint8_t *cc) in wlan_cm_get_country_code() argument
953 if (!rso_cfg || !cc) { in wlan_cm_get_country_code()
958 qdf_mem_copy(cc, rso_cfg->country_code, REG_ALPHA2_LEN + 1); in wlan_cm_get_country_code()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_chipset_stats_events.h346 uint8_t cc[CSTATS_MAC_LEN]; member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c70 uint16_t cc, in wlan_reg_get_max_5g_bw_from_country_code() argument
76 return reg_get_max_5g_bw_from_country_code(pdev, cc, max_bw_5g); in wlan_reg_get_max_5g_bw_from_country_code()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dreg_services_public_struct.h1735 } cc; member
Dwlan_reg_services_api.h561 uint16_t cc,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h3112 uint8_t cc[3]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c17951 cmd->country_code.country_id = rd->cc.country_code; in send_user_country_code_cmd_tlv()
17955 rd->cc.alpha[0], in send_user_country_code_cmd_tlv()
17956 rd->cc.alpha[1], in send_user_country_code_cmd_tlv()
17957 rd->cc.alpha[2]); in send_user_country_code_cmd_tlv()
17961 rd->cc.regdmn.reg_2g_5g_pair_id); in send_user_country_code_cmd_tlv()
17963 rd->cc.regdmn.sixg_superdmn_id); in send_user_country_code_cmd_tlv()
/wlan-driver/qcacld-3.0/
DKbuild4947 ifeq ($(call cc-option-yn, -Wmaybe-uninitialized), y)
4955 ifeq ($(call cc-option-yn, -Wheader-guard), y)