/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_11d.c | 131 REG_ALPHA2_LEN + 1); in scm_11d_elected_country_algo_fcc() 178 REG_ALPHA2_LEN + 1); in scm_11d_elected_country_info() 203 if (!qdf_mem_cmp(elected_cc, current_cc, REG_ALPHA2_LEN + 1)) in scm_11d_set_country_code() 309 REG_ALPHA2_LEN); in scm_11d_handle_country_info() 327 REG_ALPHA2_LEN + 1); in scm_11d_handle_country_info() 366 uint8_t current_cc[REG_ALPHA2_LEN + 1]; in scm_11d_decide_country_code()
|
H A D | wlan_scan_11d.h | 37 uint8_t cc[REG_ALPHA2_LEN + 1]; 47 uint8_t elected_cc[REG_ALPHA2_LEN + 1];
|
H A D | wlan_scan_cache_db.c | 1124 uint8_t programmed_country[REG_ALPHA2_LEN + 1]; in scm_is_bss_allowed_for_country() 1132 REG_ALPHA2_LEN)) { in scm_is_bss_allowed_for_country()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_priv_objs.h | 237 char cur_country[REG_ALPHA2_LEN + 1]; 238 char def_country[REG_ALPHA2_LEN + 1]; 416 char default_country[REG_ALPHA2_LEN + 1]; 419 char current_country[REG_ALPHA2_LEN + 1];
|
H A D | reg_utils.c | 102 qdf_mem_copy(country_code, psoc_reg->cur_country, REG_ALPHA2_LEN + 1); in reg_read_current_country() 125 qdf_mem_copy(psoc_reg->def_country, country, REG_ALPHA2_LEN + 1); in reg_set_default_country() 240 qdf_mem_copy(rd.cc.alpha, cc->country, REG_ALPHA2_LEN + 1); in reg_set_non_offload_country() 268 REG_ALPHA2_LEN + 1); in reg_restore_def_country_for_po() 315 if (!qdf_mem_cmp(psoc_reg->cur_country, country, REG_ALPHA2_LEN)) { in reg_set_country() 325 qdf_mem_copy(cc.country, country, REG_ALPHA2_LEN + 1); in reg_set_country() 369 REG_ALPHA2_LEN + 1); in reg_reset_country() 1188 REG_ALPHA2_LEN); in reg_program_mas_chan_list() 1229 qdf_mem_copy(alpha2, psoc_priv_obj->cur_country, REG_ALPHA2_LEN + 1); in reg_get_cc_and_src() 1270 REG_ALPHA2_LEN))) in reg_set_curr_country()
|
H A D | reg_offload_11d_scan.c | 63 if (!qdf_mem_cmp(psoc_priv_obj->cur_country, country, REG_ALPHA2_LEN)) { in reg_set_11d_country() 73 qdf_mem_copy(country_code.country, country, REG_ALPHA2_LEN + 1); in reg_set_11d_country() 95 qdf_mem_copy(rd.cc.alpha, country, REG_ALPHA2_LEN + 1); in reg_set_11d_country() 380 qdf_mem_copy(country_code.country, country, REG_ALPHA2_LEN + 1); in reg_save_new_11d_country()
|
H A D | reg_build_chan_list.c | 1471 mas_chan_params->default_country, REG_ALPHA2_LEN + 1); in reg_init_pdev_mas_chan_list() 1474 mas_chan_params->current_country, REG_ALPHA2_LEN + 1); in reg_init_pdev_mas_chan_list() 3608 REG_ALPHA2_LEN + 1); in reg_save_reg_rules_to_pdev() 4085 REG_ALPHA2_LEN + 1); in reg_store_regulatory_ext_info_to_socpriv() 4088 REG_ALPHA2_LEN + 1); in reg_store_regulatory_ext_info_to_socpriv() 4486 REG_ALPHA2_LEN + 1); in reg_set_socpriv_vars() 4496 REG_ALPHA2_LEN + 1); in reg_set_socpriv_vars() 5896 REG_ALPHA2_LEN + 1); in __reg_process_master_chan_list() 5899 REG_ALPHA2_LEN + 1); in __reg_process_master_chan_list() 5996 REG_ALPHA2_LEN + 1); in __reg_process_master_chan_list() [all …]
|
H A D | reg_db.h | 622 uint8_t alpha2[REG_ALPHA2_LEN + 1];
|
H A D | reg_opclass.c | 973 uint8_t global_country[REG_ALPHA2_LEN + 1]; in reg_dmn_get_chanwidth_from_opclass_auto()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
H A D | reg_services_public_struct.h | 52 #define REG_ALPHA2_LEN 2 macro 868 uint8_t alpha2[REG_ALPHA2_LEN + 1]; 1129 uint8_t alpha2[REG_ALPHA2_LEN + 1]; 1172 uint8_t country[REG_ALPHA2_LEN + 1]; 1276 uint8_t alpha2[REG_ALPHA2_LEN + 1]; 1499 uint8_t alpha2[REG_ALPHA2_LEN + 1]; 1685 char default_country[REG_ALPHA2_LEN + 1]; 1686 char current_country[REG_ALPHA2_LEN + 1]; 1734 uint8_t alpha[REG_ALPHA2_LEN + 1];
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_regulatory.c | 861 uint8_t cc[REG_ALPHA2_LEN + 1]; in hdd_reg_set_country() 862 uint8_t alpha2[REG_ALPHA2_LEN + 1]; in hdd_reg_set_country() 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() 878 if (!qdf_mem_cmp(country_code, hdd_ctx->reg.alpha2, REG_ALPHA2_LEN)) { in hdd_reg_set_country() 1056 char country[REG_ALPHA2_LEN + 1] = {0}; in hdd_reg_notifier() 1497 qdf_mem_copy(regd->alpha2, reg_rules->alpha2, REG_ALPHA2_LEN + 1); in hdd_send_wiphy_regd_sync_event() 1960 uint8_t alpha2[REG_ALPHA2_LEN + 1]; in hdd_regulatory_dyn_cbk() 1990 qdf_mem_copy(hdd_ctx->reg.alpha2, alpha2, REG_ALPHA2_LEN + 1); in hdd_regulatory_dyn_cbk() 2080 qdf_mem_zero(hdd_ctx->reg.alpha2, REG_ALPHA2_LEN + 1); in hdd_regulatory_init()
|
H A D | wlan_hdd_hostapd_wext.c | 2041 uint8_t ubuf[REG_ALPHA2_LEN + 1] = {0}; in iw_get_channel_list_with_cc() 2042 uint8_t ubuf_len = REG_ALPHA2_LEN + 1; in iw_get_channel_list_with_cc() 2066 (4 + REG_ALPHA2_LEN + 4 * channel_list.num_channels + 1)) { in iw_get_channel_list_with_cc()
|
H A D | wlan_hdd_ioctl.c | 2815 uint8_t cc[REG_ALPHA2_LEN + 1]; in drv_cmd_get_country() 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()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_message.c | 112 uint8_t country_code_str[REG_ALPHA2_LEN + 1]; in sch_get_params()
|
H A D | sch_beacon_gen.c | 573 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in sch_set_fixed_beacon_fields()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_messages.c | 492 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in lim_send_ht40_obss_scanind()
|
H A D | lim_process_tdls.c | 240 uint8_t ap_cc[REG_ALPHA2_LEN + 1]; in populate_dot11f_tdls_offchannel_params() 241 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in populate_dot11f_tdls_offchannel_params()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 1349 uint8_t countryCode[REG_ALPHA2_LEN + 1]; /* 3 char country code */ 2965 uint8_t apCountryStr[REG_ALPHA2_LEN + 1]; 2967 uint8_t countryStr[REG_ALPHA2_LEN + 1];
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_scan.c | 312 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in csr_diag_reset_country_information()
|
H A D | csr_api_roam.c | 521 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in csr_init_chan_list() 5504 uint8_t country_code[REG_ALPHA2_LEN + 1]; in csr_fill_connected_profile() 5578 REG_ALPHA2_LEN + 1); in csr_fill_connected_profile() 5580 qdf_mem_zero(country_code, REG_ALPHA2_LEN + 1); in csr_fill_connected_profile() 7343 uint8_t reg_cc[REG_ALPHA2_LEN + 1]; in csr_init_operating_classes()
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
H A D | wlan_tdls_peer.c | 135 char country[REG_ALPHA2_LEN + 1]; in tdls_find_opclass()
|
H A D | wlan_tdls_main.c | 892 uint8_t country_code[REG_ALPHA2_LEN + 1]; in tdls_is_6g_freq_allowed()
|
/wlan-driver/qcacld-3.0/os_if/tdls/src/ |
H A D | wlan_cfg80211_tdls.c | 301 uint8_t country[REG_ALPHA2_LEN + 1]; in tdls_calc_channels_from_staparams()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_roam_public_struct.h | 615 uint8_t country_code[REG_ALPHA2_LEN + 1];
|
/wlan-driver/qcacld-3.0/core/sme/src/rrm/ |
H A D | sme_rrm.c | 1212 uint8_t country_code[REG_ALPHA2_LEN + 1]; in sme_rrm_fill_freq_list_for_channel_load()
|