Home
last modified time | relevance | path

Searched refs:esp_netif_inherent_config_t (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/esp_netif/
Desp_netif_defaults.c32 const esp_netif_inherent_config_t _g_esp_netif_inherent_sta_config = ESP_NETIF_INHERENT_DEFAULT_WIF…
34 const esp_netif_inherent_config_t _g_esp_netif_inherent_ap_config = ESP_NETIF_INHERENT_DEFAULT_WIFI…
36 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…
40 const esp_netif_inherent_config_t _g_esp_netif_inherent_slip_config = ESP_NETIF_INHERENT_DEFAULT_SL…
/device/soc/esp/esp32/components/esp_netif/include/
Desp_netif_defaults.h189 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_sta_config;
190 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_ap_config;
191 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_eth_config;
192 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_ppp_config;
193 extern const esp_netif_inherent_config_t _g_esp_netif_inherent_slip_config;
Desp_netif_types.h170 } esp_netif_inherent_config_t; typedef
206 const esp_netif_inherent_config_t *base;
/device/soc/esp/esp32/components/esp_wifi/include/
Desp_wifi_default.h94 esp_netif_t* esp_netif_create_wifi(wifi_interface_t wifi_if, esp_netif_inherent_config_t *esp_netif…
/device/soc/esp/esp32/components/esp_wifi/src/
Dwifi_default.c332 esp_netif_t* esp_netif_create_wifi(wifi_interface_t wifi_if, esp_netif_inherent_config_t *esp_netif… in esp_netif_create_wifi()
358 esp_netif_inherent_config_t netif_cfg; in esp_netif_create_default_wifi_mesh_netifs()