Searched refs:esp_netif_config (Results 1 – 6 of 6) sorted by relevance
205 typedef struct esp_netif_config esp_netif_config_t;242 struct esp_netif_config { struct
62 esp_netif_t *esp_netif_new(const esp_netif_config_t *esp_netif_config);
128 …p_netif_create_wifi(wifi_interface_t wifi_if, const esp_netif_inherent_config_t *esp_netif_config);
160 esp_netif_t *esp_netif_new(const esp_netif_config_t *esp_netif_config) in esp_netif_new() argument163 if (esp_netif_config == NULL) { in esp_netif_new()193 esp_err_t ret = esp_netif_init_configuration(esp_netif, esp_netif_config); in esp_netif_new()
424 …sp_netif_create_wifi(wifi_interface_t wifi_if, const esp_netif_inherent_config_t *esp_netif_config) in esp_netif_create_wifi() argument427 .base = esp_netif_config in esp_netif_create_wifi()
700 esp_netif_t *esp_netif_new(const esp_netif_config_t *esp_netif_config) in esp_netif_new() argument703 if (esp_netif_config == NULL || in esp_netif_new()704 esp_netif_config->base->if_key == NULL || in esp_netif_new()705 NULL != esp_netif_get_handle_from_ifkey(esp_netif_config->base->if_key)) { in esp_netif_new()707 __func__, esp_netif_config); in esp_netif_new()713 if((esp_netif_config->base->flags & ESP_NETIF_DHCP_SERVER) && in esp_netif_new()714 (esp_netif_config->base->flags & ESP_NETIF_DHCP_CLIENT)) { in esp_netif_new()716 __func__, esp_netif_config); in esp_netif_new()775 if (esp_netif_config->base->flags & ESP_NETIF_DHCP_SERVER) { in esp_netif_new()786 esp_err_t ret = esp_netif_init_configuration(esp_netif, esp_netif_config); in esp_netif_new()