Home
last modified time | relevance | path

Searched refs:COUNTRY_CODE_LEN (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11d.c32 t_u8 region[COUNTRY_CODE_LEN];
115 if (memcmp(region_string, region_code_mapping[i].region, COUNTRY_CODE_LEN - 1) == 0) in region_string_2_region_code()
159 if (!__memcmp(pmadapter, region_code_mapping[i].region, region, COUNTRY_CODE_LEN)) in wlan_11d_region_2_code()
350 … wlan_11d_code_2_region(pmadapter, (t_u8)pmadapter->region_code), COUNTRY_CODE_LEN); in wlan_11d_generate_domain_info()
395 COUNTRY_CODE_LEN + 1 + sizeof(IEEEtypes_SubbandSet_t) * no_of_sub_band); in wlan_11d_generate_domain_info()
708 const t_u8 country_code[COUNTRY_CODE_LEN], in wlan_11d_set_domain_info() argument
719 (void)__memcpy(pmadapter, pdomain->country_code, country_code, COUNTRY_CODE_LEN); in wlan_11d_set_domain_info()
946 t_u8 region[COUNTRY_CODE_LEN];
961 for (i = 0; i < COUNTRY_CODE_LEN && region_string[i]; i++) in is_special_region_code()
966 if (!memcmp(region_string, special_region_code[i].region, COUNTRY_CODE_LEN)) in is_special_region_code()
[all …]
Dmlan_cfp.c56 t_u8 country_code[COUNTRY_CODE_LEN];
194 static t_u8 eu_country_code_table[][COUNTRY_CODE_LEN] = {
801 …if (!__memcmp(pmadapter, country_code_mapping[i].country_code, country_code, COUNTRY_CODE_LEN - 1)) in wlan_misc_country_2_cfp_table_code()
2620 meas_country_code_len = COUNTRY_CODE_LEN - 1U;
2634 t_u8 country_code[][COUNTRY_CODE_LEN] = {"US", "JP", "CN"};
2642 meas_country_code_len = COUNTRY_CODE_LEN - 1U;
2837 t_u8 country_code[][COUNTRY_CODE_LEN] = {"US", "JP", "CN"};
2846 meas_country_code_len = COUNTRY_CODE_LEN - 1U;
Dmlan_init.c390 … (void)__memcpy(pmadapter, pmadapter->country_code, MRVDRV_DEFAULT_COUNTRY_CODE, COUNTRY_CODE_LEN); in wlan_init_adapter()
Dwifi.c4703 t_u8 country_code[COUNTRY_CODE_LEN] = {0}; in wifi_set_country_code()
4713 (void)memcpy(country_code, alpha2, COUNTRY_CODE_LEN - 1); in wifi_set_country_code()
4727 (void)memcpy(pmadapter->country_code, country_code, COUNTRY_CODE_LEN); in wifi_set_country_code()
4751 (void)memcpy(alpha2, mlan_adap->country_code, COUNTRY_CODE_LEN - 1); in wifi_get_country_code()
Dmlan_glue.c1833 t_u8 country_code[COUNTRY_CODE_LEN]; in wrapper_wifi_assoc()
1974 … if ((MNULL != d) && (*d->country_info.country_code) && (d->country_info.len > COUNTRY_CODE_LEN) && in wrapper_wifi_assoc()
2460 t_u8 country_code[COUNTRY_CODE_LEN]; in wifi_nxp_send_assoc()
2554 … if ((MNULL != d) && (*d->country_info.country_code) && (d->country_info.len > COUNTRY_CODE_LEN) && in wifi_nxp_send_assoc()
Dmlan_cmdevt.c1227 … wlan_11d_code_2_region(pmadapter, (t_u8)pmadapter->region_code), COUNTRY_CODE_LEN - 1); in wlan_ret_get_hw_spec()
Dwifi-uap.c367 (void)__memcpy(pmadapter, pdomain->country_code, country_code, COUNTRY_CODE_LEN); in wifi_uap_downld_domain_params()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h3311 #define COUNTRY_CODE_LEN 3U macro
3339 t_u8 country_code[COUNTRY_CODE_LEN];
3658 t_u8 country_code[COUNTRY_CODE_LEN];
Dmlan_ieee.h1126 t_u8 country_code[COUNTRY_CODE_LEN];
1139 t_u8 country_code[COUNTRY_CODE_LEN];
Dmlan_main.h1142 t_u8 country_code[COUNTRY_CODE_LEN];
2278 t_u8 country_code[COUNTRY_CODE_LEN];
2825 const t_u8 country_code[COUNTRY_CODE_LEN],
Dmlan_fw.h4682 t_u8 country_code[COUNTRY_CODE_LEN];
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c1870 char country[COUNTRY_CODE_LEN] = {0}; in wifi_nxp_wpa_supp_set_country()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c15666 char country_code[COUNTRY_CODE_LEN] = {0}; in wlan_set_country_code()
15668 char region_code[COUNTRY_CODE_LEN] = {0}; in wlan_set_country_code()