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

View File

@@ -24,7 +24,7 @@ extern "C" {
err_t ethernetif_init(struct netif *netif);
void ethernetif_input(struct netif *netif, void *buffer, size_t len, void *eb);
void ethernetif_input(void *h, void *buffer, size_t len, void *eb);
void netif_reg_addr_change_cb(void* cb);