Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c724 static uint8_t phy_find_bin_type_according_country(const char *country) in phy_find_bin_type_according_country()
937 esp_err_t esp_phy_update_country_info(const char *country) in esp_phy_update_country_info()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c733 static uint8_t phy_find_bin_type_according_country(const char* country) in phy_find_bin_type_according_country()
936 esp_err_t esp_phy_update_country_info(const char *country) in esp_phy_update_country_info()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Dwnm_sta.h33 char country[2]; /* valid if country_present=1 */ member
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dap_config.h328 char country[3]; /* first two octets: country code as described in member
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp975 uint8_t country = 0; variable
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_types.h181 wifi_country_t country; /**< country information of AP */ member