...
This commit is contained in:
parent
6f8a419ec2
commit
1ed992e1d4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue