Searched refs:eu_country_code_table (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_cfp.c | 99 static t_u8 eu_country_code_table[][COUNTRY_CODE_LEN] = { variable 979 for (i = 0; i < NELEMENTS(eu_country_code_table); i++) { in wlan_misc_country_2_cfp_table_code() 980 if (!memcmp(pmadapter, eu_country_code_table[i], in wlan_misc_country_2_cfp_table_code() 1010 for (i = 0; i < NELEMENTS(eu_country_code_table); i++) { in wlan_is_etsi_country() 1011 if (!memcmp(pmadapter, eu_country_code_table[i], in wlan_is_etsi_country()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_cfp.c | 94 static t_u8 eu_country_code_table[][COUNTRY_CODE_LEN] = { variable 1356 for (i = 0; i < NELEMENTS(eu_country_code_table); i++) { in wlan_misc_country_2_cfp_table_code() 1357 if (!memcmp(pmadapter, eu_country_code_table[i], country_code, in wlan_misc_country_2_cfp_table_code() 1385 for (i = 0; i < NELEMENTS(eu_country_code_table); i++) { in wlan_is_etsi_country() 1386 if (!memcmp(pmadapter, eu_country_code_table[i], country_code, in wlan_is_etsi_country()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_ioctl.c | 96 static t_u8 eu_country_code_table[][COUNTRY_CODE_LEN] = { variable 158 for (i = 0; i < ARRAY_SIZE(eu_country_code_table); i++) { in region_string_2_region_code() 159 if (!memcmp(region_string, eu_country_code_table[i], in region_string_2_region_code() 187 for (i = 0; i < ARRAY_SIZE(eu_country_code_table); i++) { in woal_is_etsi_country() 188 if (!memcmp(country_code, eu_country_code_table[i], in woal_is_etsi_country()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_ioctl.c | 110 static t_u8 eu_country_code_table[][COUNTRY_CODE_LEN] = { variable 186 for (i = 0; i < ARRAY_SIZE(eu_country_code_table); i++) { in region_string_2_region_code() 187 if (!memcmp(region_string, eu_country_code_table[i], in region_string_2_region_code() 213 for (i = 0; i < ARRAY_SIZE(eu_country_code_table); i++) { in woal_is_etsi_country() 214 if (!memcmp(country_code, eu_country_code_table[i], in woal_is_etsi_country()
|