feat(tcpip_adapter): Refactor tcpip_adapter APIs

This commit is contained in:
Zhang Jun Hao
2018-06-26 17:15:50 +08:00
parent dcee0ad023
commit b041d65caa
7 changed files with 1639 additions and 630 deletions

View File

@ -20,7 +20,6 @@
#include <stdbool.h>
#include "esp_err.h"
#include "esp_interface.h"
#include "queue.h"
#ifdef __cplusplus
extern "C" {

View File

@ -18,6 +18,8 @@
#include "esp_socket.h"
#include "net/sockio.h"
esp_err_t esp_wifi_init_internal(const wifi_init_config_t *config);
/**
* @brief Init WiFi
* Alloc resource for WiFi driver, such as WiFi control structure, RX/TX buffer,