Loading...
Searching...
No Matches
esp_wifi_netdev.h File Reference

Network device driver for the ESP SoCs WiFi interface. More...

Detailed Description

Network device driver for the ESP SoCs WiFi interface.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file esp_wifi_netdev.h.

#include <stdbool.h>
#include "mutex.h"
#include "net/ethernet.h"
#include "net/netdev.h"
#include "ringbuffer.h"
+ Include dependency graph for esp_wifi_netdev.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.
 

Macro Definition Documentation

◆ ESP_WIFI_BUFSIZE

#define ESP_WIFI_BUFSIZE   (ETHERNET_MAX_LEN << 1)

Buffer size used for RX buffering.

Definition at line 37 of file esp_wifi_netdev.h.