Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cfp.c63 static const country_code_mapping_t country_code_mapping[] = { variable
799 for (i = 0; i < NELEMENTS(country_code_mapping); i++) in wlan_misc_country_2_cfp_table_code()
801 …if (!__memcmp(pmadapter, country_code_mapping[i].country_code, country_code, COUNTRY_CODE_LEN - 1)) in wlan_misc_country_2_cfp_table_code()
803 *cfp_bg = country_code_mapping[i].cfp_code_bg; in wlan_misc_country_2_cfp_table_code()
804 *cfp_a = country_code_mapping[i].cfp_code_a; in wlan_misc_country_2_cfp_table_code()