28#ifndef DETERMINISTICESPASYNCWEBSERVER_PROMISC_H
29#define DETERMINISTICESPASYNCWEBSERVER_PROMISC_H
33#if DETWS_ENABLE_PROMISC
40enum class WifiFrameType : uint8_t
68bool wifi_frame_parse(
const uint8_t *frame, uint16_t len, WifiFrameInfo *out);
80typedef void (*promisc_sink_fn)(
const uint8_t *frame, uint16_t len, int8_t rssi, uint8_t channel);
88bool promisc_begin(uint8_t channel, promisc_sink_fn sink);
91void promisc_set_channel(uint8_t channel);
94void promisc_end(
void);
User-facing configuration for DeterministicESPAsyncWebServer.
libpcap file framing - the classic global + per-record headers, link-type agnostic.