Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi.h749 esp_err_t esp_wifi_set_country(const wifi_country_t *country);
761 esp_err_t esp_wifi_get_country(wifi_country_t *country);
1437 esp_err_t esp_wifi_set_country_code(const char *country, bool ieee80211d_enabled);
1449 esp_err_t esp_wifi_get_country_code(char *country);
Desp_wifi_types.h239 wifi_country_t country; /**< country information of AP */ member
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c815 static uint8_t phy_find_bin_type_according_country(const char* country) in phy_find_bin_type_according_country() argument
822 if (!memcmp(country, s_country_code_map_type_table[i].cc, sizeof(s_phy_current_country))) { in phy_find_bin_type_according_country()
832 …e the default certification code because %c%c doesn't have a certificate", country[0], country[1]); in phy_find_bin_type_according_country()
1018 esp_err_t esp_phy_update_country_info(const char *country) in esp_phy_update_country_info() argument
1029 if (!memcmp(country, s_phy_current_country, sizeof(s_phy_current_country))) { in esp_phy_update_country_info()
1033 memcpy(s_phy_current_country, country, sizeof(s_phy_current_country)); in esp_phy_update_country_info()
1035 phy_init_data_type_map = phy_find_bin_type_according_country(country); in esp_phy_update_country_info()
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c957 esp_err_t esp_wifi_set_country(const wifi_country_t *country) in esp_wifi_set_country() argument
959 ARG_UNUSED(country); in esp_wifi_set_country()
963 esp_err_t esp_wifi_get_country(wifi_country_t *country) in esp_wifi_get_country() argument
965 ARG_UNUSED(country); in esp_wifi_get_country()
1230 esp_err_t esp_wifi_set_country_code(const char *country, bool ieee80211d_enabled) in esp_wifi_set_country_code() argument
1232 ARG_UNUSED(country); in esp_wifi_set_country_code()
1237 esp_err_t esp_wifi_get_country_code(char *country) in esp_wifi_get_country_code() argument
1239 ARG_UNUSED(country); in esp_wifi_get_country_code()
/hal_espressif-latest/components/esp_phy/include/
Desp_phy_init.h256 esp_err_t esp_phy_update_country_info(const char *country);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.h33 char country[2]; /* valid if country_present=1 */ member
Dwnm_sta.c60 os_memcpy(rep->country, pos, 2); in wnm_parse_neighbor_report_elem()
/hal_espressif-latest/components/esp_phy/
DKconfig52 according to the country code. China's PHY init data bin is used by default.
53 Can be modified by country information in API esp_wifi_set_country().
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h88 int (* _phy_update_country_info)(const char* country);
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h338 char country[3]; /* first two octets: country code as described in member