esp_netif: Support for PPPoS in esp_netif using lwip ppp client

This commit is contained in:
David Cermak
2019-11-21 13:23:58 +01:00
committed by bot
parent f7b51c164d
commit 52ca3a917d
14 changed files with 264 additions and 94 deletions
@@ -37,7 +37,10 @@ extern "C" {
esp_netif_t* esp_netif_get_handle_from_netif_impl(void *dev);
/**
* @brief Returns network stack specific implementation handle
* @brief Returns network stack specific implementation handle (if supported)
*
* Note that it is not supported to acquire PPP netif impl pointer and
* this function will return NULL for esp_netif instances configured to PPP mode
*
* @param[in] esp_netif Handle to esp-netif instance
*