From 1ed992e1d49e23c6c88e3e4a3891d2020b8a795d Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 11 Apr 2025 09:11:50 -0500 Subject: [PATCH] ... --- kismet_enrich_from_pcap.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kismet_enrich_from_pcap.py b/kismet_enrich_from_pcap.py index 3a7df4e..55e2439 100755 --- a/kismet_enrich_from_pcap.py +++ b/kismet_enrich_from_pcap.py @@ -55,10 +55,12 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel): include_raw=False ) + # Get clients on the specified AP clients_on_ap = get_clients_on_ap(cap, ap_bssid.lower()) + # Get clients on the specified channel + # Placeholder: Logic will be added for: - # - ClientsOnChannel # - APsOnChannel # - CongestionScore # - AvgAPSignal