Add debug output for Cisco SSIDs and BSSID-to-SSID mapping in query_metrics

This commit is contained in:
Yaro Kasear 2025-04-29 14:19:43 -05:00
parent 5e11cfcc80
commit 5ba7e701d5

View file

@ -143,6 +143,9 @@ class IndexedCapture:
packets = self.get_packets_in_time_range(start_ts, end_ts)
print("[DEBUG] Cisco SSIDs indexed:", list(self.cisco_ssid_clients.keys()))
print("[DEBUG] BSSID-to-SSID map:", self.bssid_to_ssid)
# Build local windowed structures
window_clients = defaultdict(set)
window_aps = defaultdict(set)