/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
D | wlan_scan_11d.c | 99 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 …]
|
D | wlan_scan_11d.h | 37 uint8_t cc[REG_ALPHA2_LEN + 1]; member
|
D | wlan_scan_cache_db.c | 1131 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/ |
D | reg_utils.c | 197 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 …]
|
D | reg_db_parser.h | 96 QDF_STATUS reg_get_rdpair_from_country_code(uint16_t cc,
|
D | reg_db_parser.c | 200 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()
|
D | reg_services_common.c | 1481 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 …]
|
D | reg_offload_11d_scan.c | 95 qdf_mem_copy(rd.cc.alpha, country, REG_ALPHA2_LEN + 1); in reg_set_11d_country()
|
D | reg_services_common.h | 252 uint16_t cc,
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/ |
D | wlan_scan_utils_api.h | 438 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/ |
D | cds_regdomain.c | 460 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/ |
D | wlan_hdd_regulatory.c | 861 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()
|
D | wlan_hdd_ioctl.c | 2815 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()
|
D | wlan_hdd_hostapd.c | 8692 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/ |
D | wlan_cm_roam_api.h | 348 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/ |
D | wlan_cm_roam_api.c | 916 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/ |
D | wlan_cp_stats_chipset_stats_events.h | 346 uint8_t cc[CSTATS_MAC_LEN]; member
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_services_api.c | 70 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/ |
D | reg_services_public_struct.h | 1735 } cc; member
|
D | wlan_reg_services_api.h | 561 uint16_t cc,
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
D | wlan_cmn_ieee80211.h | 3112 uint8_t cc[3]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 17951 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/ |
D | Kbuild | 4947 ifeq ($(call cc-option-yn, -Wmaybe-uninitialized), y) 4955 ifeq ($(call cc-option-yn, -Wheader-guard), y)
|