Add debug logging for beacon frames in handle_packet to track AP SSIDs

This commit is contained in:
Yaro Kasear 2025-05-01 11:14:24 -05:00
parent a81321436a
commit 47b7f4f818

View file

@ -84,6 +84,7 @@ def handle_packet(pkt):
ssid = parse_ssid(pkt)
if ssid:
ssid_map[a2] = ssid
print(f"[D] Beacon from AP {a2} (SSID: {ssid})")
# === Track all seen clients ===
if dot11.type == 2: