Remove BSSID parameter from get_aps_on_channel function signature
This commit is contained in:
parent
0ac4a00332
commit
9b19c07b7a
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