Remove BSSID parameter from get_aps_on_channel function signature
This commit is contained in:
parent
d69890fc3c
commit
17c17b41c2
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def get_clients_on_channel(capture, ap_channel, ap_bssid):
|
||||||
|
|
||||||
return len(clients)
|
return len(clients)
|
||||||
|
|
||||||
def get_aps_on_channel(capture, ap_channel, ap_bssid):
|
def get_aps_on_channel(capture, ap_channel):
|
||||||
try:
|
try:
|
||||||
ap_channel = int(ap_channel)
|
ap_channel = int(ap_channel)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue