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