OVMS3-idf/components/esp_netif/lwip
David Cermak 8a45f074fc esp-netif: Added API to get the underlying interface name
The interface name can be used in socket API, i.e. setsockopt(). The API esp_netif_get_netif_impl_name() shoudl be used to populate standard
interface structure struct ifreq.
2020-05-18 09:26:24 +02:00
..
esp_netif_lwip.c esp-netif: Added API to get the underlying interface name 2020-05-18 09:26:24 +02:00
esp_netif_lwip_defaults.c esp_netif: Support for PPPoS in esp_netif using lwip ppp client 2019-12-16 17:34:10 +00:00
esp_netif_lwip_internal.h esp_netif: Support for PPPoS in esp_netif using lwip ppp client 2019-12-16 17:34:10 +00:00
esp_netif_lwip_ppp.c pppos_client: support for PPPAUTHTYPE_NONE 2020-04-14 21:46:07 +02:00
esp_netif_lwip_ppp.h esp-netif: set default interface for ppp netif must be called from lwip context 2020-03-19 13:16:24 +00:00
esp_netif_sta_list.c esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests 2019-11-13 12:36:25 +01:00