Commit Graph

4 Commits

Author SHA1 Message Date
drjones
09f1a7969e Clean up repo: remove vendor dirs, stray images, simplify gitignore
Made-with: Cursor
2026-03-17 22:12:56 -07:00
drjones
50338a6d5c Implement 4-phase capture architecture: observe, target, capture
- Phase 2 (Observation): passive client mapping from data frame headers,
  ClientInfo array per slot (up to 8 clients), 5s observation window
- Phase 3 (Targeting): unicast deauth burst to each discovered client
  instead of broadcast, reason code 7, 5 frames per client
- Phase 4 (Capture): timeout + retry loop cycles back to observation
  to refresh stale client list (2 cycles within 30s channel timeout)
- Fix EAPOL detection: compute LLC/SNAP offset from QoS vs non-QoS
  header length, verify AA-AA-03 SNAP prefix, skip protected frames
- Concurrency: portMUX spinlock for callback/main-loop shared state,
  no dynamic alloc in callback, pre-allocated 4KB PCAP buffer per slot
- Phase-aware LCD status display (mapping → capturing → EAPOL count)

Made-with: Cursor
2026-03-17 22:11:41 -07:00
drjones
74236ef884 Remove vendor/reference dirs, add README
Made-with: Cursor
2026-03-17 20:08:56 -07:00
drjones
026f15a4a7 Initial commit: handshake capture firmware for ESP32-C6 1.47" LCD
Made-with: Cursor
2026-03-17 20:07:32 -07:00