David Cermak
|
ddf59520c6
|
wifi: fixed missing c++ guards
Closes https://github.com/espressif/esp-idf/issues/4497
|
2020-01-02 17:16:47 +00:00 |
|
David Cermak
|
4857e92e2c
|
esp_mesh: creation of wifi network interfaces for esp-mesh examples moved to used common esp_wifi_default API
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
20add7da60
|
esp_netif: extract wifi_netif module as an abstraction to wifi universal interface defined by if handle and callback
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
549ee87912
|
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 |
|
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 |
|
zhangyanjiao
|
bf37f8a03c
|
1. modify esp_wifi.h to support esp_netif feature
2. fix the bug for API_CHECK_ENABLE
|
2019-11-06 12:48:02 +00:00 |
|