Whoops, forgot to pass in AP BSSID to the clients-on-channel fun.

This commit is contained in:
Yaro Kasear 2025-04-11 13:08:30 -05:00
parent b4f3c7fdad
commit 0801d97f54

View file

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