From 0801d97f54d7d683ed485e2b0a37188ab5693079 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 11 Apr 2025 13:08:30 -0500 Subject: [PATCH] Whoops, forgot to pass in AP BSSID to the clients-on-channel fun. --- kismet_enrich_from_pcap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kismet_enrich_from_pcap.py b/kismet_enrich_from_pcap.py index 0f62049..751681f 100755 --- a/kismet_enrich_from_pcap.py +++ b/kismet_enrich_from_pcap.py @@ -143,7 +143,7 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel): # Get clients on the specified channel - clients_on_channel = get_clients_on_channel(cap, ap_channel) + clients_on_channel = get_clients_on_channel(cap, ap_channel, ap_bssid.lower()) # Placeholder: Logic will be added for: # - APsOnChannel