Searched refs:ESP_NETIF_INHERENT_DEFAULT_PPP (Results 1 – 4 of 4) sorted by relevance
32 const esp_netif_inherent_config_t _g_esp_netif_inherent_ppp_config = ESP_NETIF_INHERENT_DEFAULT_PPP…
49 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_PPP(); in test_wifi_init_custom()
50 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_PPP(); in test_wifi_init_custom()
60 #define ESP_NETIF_INHERENT_DEFAULT_PPP() \ macro