DeterministicESPAsyncWebServer 1.2.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
datalink.cpp File Reference

Layer 2 (Data Link) — IEEE 802.11 frame handling stub. More...

#include "datalink.h"

Go to the source code of this file.

Functions

void init_datalink_layer ()
 Initialise the data-link layer.
 

Detailed Description

Layer 2 (Data Link) — IEEE 802.11 frame handling stub.

All Layer 2 operations (WLAN MAC, frame assembly/disassembly, CSMA/CA) are handled by the Espressif WiFi driver and lwIP port. This function is provided as an architectural extension point.

Definition in file datalink.cpp.

Function Documentation

◆ init_datalink_layer()

void init_datalink_layer ( )

Initialise the data-link layer.

Currently a no-op; the Espressif WiFi + lwIP stack handles all Layer 2 operations internally. Call this if you later add MAC-level extensions.

Definition at line 15 of file datalink.cpp.