Skip to content

WifiSniffer

akpalanaza edited this page Jan 5, 2025 · 1 revision

Description

This app is used to sniff and capture wifi traffic, currently you can only select frame control filter and print packet to serial console, in the future, we should be able to save to pcap file on sdcard

How it work

it sniff packet, check if frame match filter, if so, it log/save the frame

How to use

Args

  • Filter: frame control value (See here)
  • Start sniffing
Clone this wiki locally