// about

Shankar K.

Wi-Fi engineer · 15 years · Irving, TX

// background

15 years across Wi-Fi protocol analysis, OTT streaming QA, and broadband gateway qualification. I've spent my career at the layer where the spec meets the hardware. They don't always agree.

Currently qualifying Wi-Fi 7 gateways: 802.11be, MLO mode negotiation, 320 MHz preamble puncturing, r-TWT service periods, EHT beacon capabilities. The problems at this layer are new. That's where I want to be working.

15 years of 802.11 protocol analysis, OTT streaming QA, and broadband gateway qualification. Deep protocol work combined with application-layer QoE is what eventually became WiFi Analyser.

// what i believe

Expensive tools shouldn't be the only path to protocol-level insight. A good engineer with a free capture tool and deep spec knowledge beats a bad engineer with AirMagnet every time.

When AirMagnet went end-of-life in December 2025, engineers lost their primary PCAP analysis tool overnight. I built WiFi Analyser so no one has to go without. It's free. It will stay free.

Pursuing CWNA-109, then CWAP, then CWNE. Certifications don't replace experience, but they sharpen how you articulate what you already know.

I spend most of my free time figuring out how to make 802.11 protocol concepts click. The spec is dense, the failure modes are subtle, and most engineers learn by reading Wireshark output until something makes sense. Everything I work out ends up on shankarwifi.com as interactive visualizers, reference pages, and frame-level walkthroughs.

// how i work

I don't ask a model to guess what a PMK-R0 failure looks like on the wire. Fifteen years of 802.11 means I already know. AI accelerates me because I understand what I'm building before I accept a single output.

01
READ THE SPEC
Before the parser, the standard.

Before writing a single line of detection logic, I read the IEEE 802.11 spec. I trace frame structures, understand field definitions at the byte level, and know what a malformed RSN IE looks like before I write a detector for it. That literacy is the foundation. It's what separates a working parser from a heuristic that breaks on real traffic.

// 802.11-2020 §12.7.2 - RSN element structure
suite_selector = OUI + suite_type
// 00:0F:AC:12 → 192-bit → GCMP-256 mandatory
02
PARSE WITH PRECISION
Every flag maps to a clause.

I don't surface findings that can't be defended. Every anomaly WiFi Analyser flags, whether a deauth flood, an EAPOL timeout, or a rogue AP with a mismatched OUI, maps back to a named IEEE clause or CVE reference. Not a heuristic. Not a threshold pulled from thin air. A verifiable protocol deviation with a citation.

// Rogue AP - 4-pillar detection
if ssid_match && bssid_oui_mismatch
  && rssi_delta > threshold && channel_conflict:
  flag(CVE‑2022‑47522, confidence=HIGH)
03
OWN THE OUTPUT
Every finding ships under my name.

AI-assisted analysis ships under my name. I verify every detection against real captures, trace false positives to the root cause, and fix the logic, not the label. When a field engineer at a device vendor reported an RSN IE false positive, I traced it to the AKM OUI, patched the classifier, and shipped the fix the same week.

// LOGIC-02 - AKM suite cross-ref
// before: flag on cipher mismatch alone
// after:  cross-ref AssocReq + Beacon AKM OUI
verified: 47/47 live sweep · 31 MB real PCAP
// certifications & credentials
CWNA-109 in progress
JNCIA-MistAI (JN0-253) registered
CWS-101 (CWNP) Jul 2024
Wi-Fi 7 from Zero Workshop (Swinnovate) Nov 2024
Google Introduction to AI Mar 2026
// recognition
"
shankarwifi.com is FANTASTIC - I'm going to share it with the WLPC community.
Keith Parsons
CWNE #3 · Founder, WLPC
"
I like the creative format and structure of the knowledge.
Tom Carpenter
Director, CWNP

Both quotes used with permission · April 2026

// what i built
WiFi Analyser

Browser-based 802.11 PCAP intelligence. 212+ protocol checks. Free. No install. The AirMagnet alternative built for 2026.

try it free ↗
// get in touch

Questions about a PCAP? Something you found in a frame you can't explain? Wi-Fi 7 behavior that doesn't match the spec?

feedback@wlananalyser.com →
One post, every two weeks. No filler.
Protocol analysis, Wi-Fi 7 field notes, and new PCAPs for the Frame Lab.