Home
last modified time | relevance | path

Searched defs:country (Results 1 – 5 of 5) sorted by relevance

/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()
1018 esp_err_t esp_phy_update_country_info(const char *country) in esp_phy_update_country_info()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.h33 char country[2]; /* valid if country_present=1 */ member
/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()
963 esp_err_t esp_wifi_get_country(wifi_country_t *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()
1237 esp_err_t esp_wifi_get_country_code(char *country) in esp_wifi_get_country_code()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h338 char country[3]; /* first two octets: country code as described in member
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h239 wifi_country_t country; /**< country information of AP */ member