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