The same channel, two roles
WiFi sensing exploits a simple fact: a human body perturbs multipath propagation. Amplitude and phase across OFDM subcarriers shift in measurable, repeatable ways. A baseline empty-room fingerprint plus live deviation detects occupancy. Motion adds Doppler spread. Stillness leaves a breathing signature in the 0.1-0.5 Hz band. An attacker does not need Wavey, an ESP32 mesh, or a research lab. They need:- A WiFi receiver in monitor mode (any laptop, Raspberry Pi, or commodity NIC)
- Access to CSI or an equivalent side channel (BFI, beamforming feedback, pilot symbols)
- Enough SNR to extract signal from noise through walls
What wireless security products actually cover
Enterprise WIDS/WIPS (Cisco, Aruba RFProtect, Juniper Mist, Extreme AirDefense) focus on:- Rogue access points and evil twins
- Deauthentication and disassociation attacks
- Rogue clients and MAC spoofing
- Channel interference and spectrum abuse
- WPA handshake capture and credential attacks
Why this matters now
Three converging trends make RF privacy urgent:- Attack papers at top security venues. NDSS 2025 (LeakyBeam) demonstrated passive occupancy detection at 20 meters through walls using plaintext beamforming feedback. CCS 2025 (BFId) showed identity inference across 197 subjects with ~99.5% accuracy, with no special hardware required.
- Standards ratification without mandatory privacy. IEEE 802.11bf standardizes WiFi sensing as a first-class capability but does not mandate encrypted sensing null data packets the way 802.11az mandates secure-LTF for ranging. Privacy protection is vendor-dependent. See 802.11bf and the privacy gap.
- Open-source attack tooling. Espressif esp-csi provides official CSI capture and sensing demos on ESP32. goop-veil is the first open-source tool aimed at detecting and countering CSI surveillance. The tooling exists on both sides; the defense ecosystem does not.
The threat model in one paragraph
Attackers range from active (rogue AP, ESP32 transmitter, SDR emitter, relatively detectable via WIDS) to passive (monitor-mode sniffer, receive-only, never transmits, extremely hard to detect directly). Semi-passive attackers piggyback on legitimate infrastructure: they sniff BFI packets from normal WiFi 5/6 clients or collect CSI from ambient traffic without deploying their own transmitter. The hardest case, a well-shielded passive receiver, may emit nothing detectable at room scale. Physics sets a fundamental floor on direct detection. The practical response is layered: detect active emitters, fingerprint hardware, monitor environmental anomalies, and build RF timelines, not promise omniscient passive-sniffer detection.What an RF privacy platform would do
Instead of building another sensing demo, an RF privacy platform asks different questions:- What is transmitting in this space, on every protocol and frequency?
- What appeared that was not there yesterday?
- Is this RF behavior normal for this room at this time?
- How much occupancy information leaks outside the building perimeter?
- Can we degrade unauthorized sensing without breaking legitimate WiFi?
Layers 1 and 5 are shippable on ESP32 mesh today. Layer 3 leverages the same baseline expertise Wavey already uses for occupancy. Passive sniffer detection remains an open research problem.
Wavey’s angle
Wavey understands CSI sensing deeply because we built it: baselines, subcarrier selection, multipath fingerprints, environment drift. That knowledge is the foundation for detecting when someone else is sensing you. The open-source CSI stack is proof of expertise; the RF privacy platform is the product direction. This series covers:- Real attack papers: LeakyBeam, BFId, WindTalker, CSIPose
- Detection approaches: what works, what does not, and why
- Defenses and their limits: obfuscation, metasurfaces, CSI fuzzing
- 802.11bf and the privacy gap: standards, vendor responsibility, enterprise buyers
WiFi Sensing Attacks
LeakyBeam, BFId, and how BFI side channels enable passive surveillance
Detecting Unauthorized Sensing
Five layered detection approaches from RF inventory to behavioral baselines
RF Privacy Defenses
Obfuscation, metasurfaces, and the practical limits of each defense
802.11bf Privacy Gap
What the WiFi sensing standard enables and the privacy protections it omits
Further reading
- A Survey on Secure WiFi Sensing Technology (MDPI Sensors, 2025): attack and defense taxonomy
- RF Sensing Security Survey (arXiv, 2025): comprehensive overview
- Awesome-WS-Security: 430+ papers, Victim/Weapon/Shield taxonomy
- Detection ladder: what CSI can detect (the attacker’s target list)
