Searched refs:country (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi.h | 749 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);
|
D | esp_wifi_types.h | 239 wifi_country_t country; /**< country information of AP */ member
|
/hal_espressif-latest/components/esp_phy/src/ |
D | phy_init.c | 815 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/ |
D | wifi_stubs.c | 957 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/ |
D | esp_phy_init.h | 256 esp_err_t esp_phy_update_country_info(const char *country);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wnm_sta.h | 33 char country[2]; /* valid if country_present=1 */ member
|
D | wnm_sta.c | 60 os_memcpy(rep->country, pos, 2); in wnm_parse_neighbor_report_elem()
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 52 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/ |
D | wifi_os_adapter.h | 88 int (* _phy_update_country_info)(const char* country);
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.h | 338 char country[3]; /* first two octets: country code as described in member
|