Searched refs:COUNTRY_CODE_LEN (Results 1 – 13 of 13) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_11d.c | 32 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 …]
|
| D | mlan_cfp.c | 56 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;
|
| D | mlan_init.c | 390 … (void)__memcpy(pmadapter, pmadapter->country_code, MRVDRV_DEFAULT_COUNTRY_CODE, COUNTRY_CODE_LEN); in wlan_init_adapter()
|
| D | wifi.c | 4703 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()
|
| D | mlan_glue.c | 1833 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()
|
| D | mlan_cmdevt.c | 1227 … wlan_11d_code_2_region(pmadapter, (t_u8)pmadapter->region_code), COUNTRY_CODE_LEN - 1); in wlan_ret_get_hw_spec()
|
| D | wifi-uap.c | 367 (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/ |
| D | mlan_ioctl.h | 3311 #define COUNTRY_CODE_LEN 3U macro 3339 t_u8 country_code[COUNTRY_CODE_LEN]; 3658 t_u8 country_code[COUNTRY_CODE_LEN];
|
| D | mlan_ieee.h | 1126 t_u8 country_code[COUNTRY_CODE_LEN]; 1139 t_u8 country_code[COUNTRY_CODE_LEN];
|
| D | mlan_main.h | 1142 t_u8 country_code[COUNTRY_CODE_LEN]; 2278 t_u8 country_code[COUNTRY_CODE_LEN]; 2825 const t_u8 country_code[COUNTRY_CODE_LEN],
|
| D | mlan_fw.h | 4682 t_u8 country_code[COUNTRY_CODE_LEN];
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
| D | rtos_wpa_supp_if.c | 1870 char country[COUNTRY_CODE_LEN] = {0}; in wifi_nxp_wpa_supp_set_country()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 15666 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()
|