Add debug logging for beacon frames in handle_packet to track AP SSIDs
This commit is contained in:
parent
a81321436a
commit
47b7f4f818
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue