Home
last modified time | relevance | path

Searched refs:ESP_ERR_ESP_NETIF_INVALID_PARAMS (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c601 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_init_configuration()
639 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_init_configuration()
937 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_driver_config()
1359 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_dhcpc_stop_api()
1565 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_dhcps_stop()
1850 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_dhcps_get_clients_by_mac()
1875 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_dns_info_api()
1892 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_dns_info()
1897 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_dns_info()
1902 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_dns_info()
[all …]
Desp_netif_lwip_ppp.c205 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_ppp_set_auth()
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_default_ap.c16 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_wifi_ap_get_sta_list_with_ip()
/hal_espressif-latest/components/esp_netif/include/
Desp_netif_types.h24 #define ESP_ERR_ESP_NETIF_INVALID_PARAMS ESP_ERR_ESP_NETIF_BASE + 0x01 macro
/hal_espressif-latest/components/esp_netif/loopback/
Desp_netif_loopback.c114 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_init_configuration()
234 return ESP_ERR_ESP_NETIF_INVALID_PARAMS; in esp_netif_set_driver_config()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c558 # ifdef ESP_ERR_ESP_NETIF_INVALID_PARAMS
559 ERR_TBL_IT(ESP_ERR_ESP_NETIF_INVALID_PARAMS), /* 20481 0x5001 */