Searched defs:country (Results 1 – 5 of 5) sorted by relevance
815 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()
33 char country[2]; /* valid if country_present=1 */ member
957 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()
338 char country[3]; /* first two octets: country code as described in member
239 wifi_country_t country; /**< country information of AP */ member