Searched refs:s_phy_current_country (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/esp_wifi/src/ |
D | phy_init.c | 108 static char s_phy_current_country[PHY_COUNTRY_CODE_LEN] = {0}; variable 731 if (!memcmp(country, s_country_code_map_type_table[i].cc, sizeof(s_phy_current_country))) in phy_find_bin_type_according_country() 942 if (!memcmp(country, s_phy_current_country, sizeof(s_phy_current_country))) in esp_phy_update_country_info() 947 memcpy(s_phy_current_country, country, sizeof(s_phy_current_country)); in esp_phy_update_country_info()
|
/hal_espressif-3.6.0/components/esp_phy/src/ |
D | phy_init.c | 97 static char s_phy_current_country[PHY_COUNTRY_CODE_LEN] = {0}; variable 740 if (!memcmp(country, s_country_code_map_type_table[i].cc, sizeof(s_phy_current_country))) { in phy_find_bin_type_according_country() 947 if (!memcmp(country, s_phy_current_country, sizeof(s_phy_current_country))) { in esp_phy_update_country_info() 951 memcpy(s_phy_current_country, country, sizeof(s_phy_current_country)); in esp_phy_update_country_info()
|