David Cermak
|
c2053a8e65
|
esp_netif: fix default connect handler to check dhcpc return value
Closes https://github.com/espressif/esp-idf/issues/5184
|
2020-05-06 07:26:50 +02:00 |
|
David Cermak
|
f839a1328c
|
esp_netif: added locking for netif list management, unit tests to use unique if_keys, updated comments
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
cf710a3cb1
|
esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
3a19bf055d
|
esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
ffe043b1a8
|
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter
- provides object oriented access to network intefaces
- not limited to default netifs
- more generic abstraction to network input output functions
- event handler registration removed from component responsibility
- backward compatibility layer for legacy tcpip_apapter APIs
Closes IDF-39
|
2019-11-13 12:36:25 +01:00 |
|