This commit is contained in:
Yaro Kasear 2025-04-11 09:11:50 -05:00
parent 6f8a419ec2
commit 1ed992e1d4

View file

@ -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