Searched refs:esp_netif_inherent_config_t (Results 1 – 5 of 5) sorted by relevance
19 const esp_netif_inherent_config_t _g_esp_netif_inherent_sta_config = ESP_NETIF_INHERENT_DEFAULT_WIF…28 const esp_netif_inherent_config_t _g_esp_netif_inherent_ap_config = ESP_NETIF_INHERENT_DEFAULT_WIFI…32 const esp_netif_inherent_config_t _g_esp_netif_inherent_nan_config = ESP_NETIF_INHERENT_DEFAULT_WIF…35 const esp_netif_inherent_config_t _g_esp_netif_inherent_eth_config = ESP_NETIF_INHERENT_DEFAULT_ETH…38 const esp_netif_inherent_config_t _g_esp_netif_inherent_ppp_config = ESP_NETIF_INHERENT_DEFAULT_PPP…
247 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_sta_config;249 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_ap_config;252 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_nan_config;254 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_eth_config;256 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_ppp_config;
203 } esp_netif_inherent_config_t; typedef243 const esp_netif_inherent_config_t *base; /*!< base config */
128 esp_netif_t* esp_netif_create_wifi(wifi_interface_t wifi_if, const esp_netif_inherent_config_t *esp…
424 esp_netif_t* esp_netif_create_wifi(wifi_interface_t wifi_if, const esp_netif_inherent_config_t *esp… in esp_netif_create_wifi()457 esp_netif_inherent_config_t netif_cfg; in esp_netif_create_default_wifi_mesh_netifs()