Network device driver for the ESP SoCs WiFi interface. More...
Network device driver for the ESP SoCs WiFi interface.
Definition in file esp_wifi_netdev.h.
#include <stdbool.h>
#include "mutex.h"
#include "net/ethernet.h"
#include "net/netdev.h"
#include "ringbuffer.h"
Go to the source code of this file.
Data Structures | |
struct | esp_wifi_netdev_t |
Device descriptor for ESP WiFi devices. More... | |
#define | ESP_WIFI_BUFSIZE (ETHERNET_MAX_LEN << 1) |
Buffer size used for RX buffering. | |
const netdev_driver_t | esp_wifi_driver |
Reference to the netdev device driver struct. | |