Whoops, forgot to pass in AP BSSID to the clients-on-channel fun.
This commit is contained in:
parent
b4f3c7fdad
commit
0801d97f54
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel):
|
||||||
|
|
||||||
# Get clients on the specified 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:
|
# Placeholder: Logic will be added for:
|
||||||
# - APsOnChannel
|
# - APsOnChannel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue