DEV Community

CaraComp
CaraComp

Posted on • Originally published at go.caracomp.com

Your WiFi Router Knows It's You — And No Law Says It Can't

Your home network is watching you—even without a camera

For developers building computer vision (CV) and biometric systems, the "visual-only" era of identity is officially over. We’ve spent years optimizing CNNs and Transformer models to extract facial features from pixel arrays, but new research into RF-based identification suggests that the next generation of biometrics won't need a camera at all.

Recent studies from the Karlsruhe Institute of Technology have demonstrated that standard WiFi routers can identify individuals with near 100% accuracy. By analyzing how a human body disrupts radio waves—specifically through Beamforming Feedback Information (BFI)—researchers can create a unique "signal signature" for a person. For those of us working with identity APIs and similarity metrics, this is a massive paradigm shift.

The Technical Layer: BFI as a Data Stream

From a developer’s perspective, the technical implication lies in the IEEE 802.11bf standard. This standard, finalized in late 2025, essentially turns WiFi hardware into a pervasive sensing grid. Unlike traditional facial comparison where we process image tensors, RF sensing involves ingestion of unencrypted beamforming packets.

These packets describe how a router and a device communicate to optimize signal direction. However, because those signals are physically obstructed and reflected by the human body, the resulting data stream can be fed into an ML model to perform Euclidean distance analysis. In the same way we use Euclidean distance to measure the similarity between two facial embeddings in a high-dimensional space, RF signatures allow for the comparison of movement patterns against a known profile.

The Legal Loophole in Your Codebase

The most critical takeaway for developers is the current legal vacuum. Most biometric privacy laws (like Illinois' BIPA or the CCPA) are explicitly written around physical identifiers: fingerprints, iris scans, and facial geometry. RF signatures—how your body reflects 5GHz or 6GHz waves—don't yet fall under the legal definition of "biometric data" in many jurisdictions.

This creates a massive technical loophole. While a developer might face strict compliance hurdles when implementing a facial recognition API for surveillance, implementing "presence detection" or "gesture recognition" via 802.11bf hardware currently bypasses many of those same hurdles. It’s a distinction without a difference in terms of privacy, but a massive difference in terms of liability and deployment friction.

Why High-Fidelity Comparison Still Wins

While passive RF tracking is an interesting (and controversial) development, professional investigation still requires high-fidelity, visual evidence. At CaraComp, we see the shift toward these invisible identity checkpoints as a reason to double down on court-ready, transparent methodology.

Whether you're a solo investigator or an OSINT professional, the gold standard remains explicit facial comparison. The difference is the environment. RF tracking is passive surveillance; professional comparison is an active, case-driven analysis using Euclidean distance to confirm matches between known sets of evidence. You don't need a $2,400 enterprise contract or a complex RF-sensing mesh to get results. You need a reliable way to compare the data you already have.

As these hardware-level sensing capabilities move into standard consumer routers, how should we as developers redefine "biometric data" in our own privacy policies?

If you were tasked with building a presence-detection system today, would you rely on visual CV or move toward signal-based identification to avoid current biometric regulations?

Top comments (0)