Update firewall.tex

This commit is contained in:
Florian Hoss 2022-07-20 16:55:59 +02:00
parent 1b7c452fee
commit 798f0dec03

View file

@ -85,4 +85,20 @@ Looking at the usage of the DMA buffer (Figure \ref{fig:WiFi Buffer}) of the dri
\cite[cf.][]{espressif-wifi} \cite[cf.][]{espressif-wifi}
\subsection{Wi-Fi Sniffer Mode}
Esp32 can be setup in a ``sniffer mode''. Following packets can be dumped to the application:
\begin{list}{-}{}
\item 802.11 Management frame.
\item 802.11 Data frame, including MPDU, AMPDU, and AMSDU.
\item 802.11 MIMO frame, for MIMO frame, the sniffer only dumps the length of the frame.
\item 802.11 Control frame.
\item 802.11 CRC error frame.
\end{list}
The same can be done with the esp8266 as described in this article:
\href{https://carvesystems.com/news/writing-a-simple-esp8266-based-sniffer/}{https://carvesystems.com/news/writing-a-simple-esp8266-based-sniffer/}
\subsection{Benchmark} \subsection{Benchmark}