mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
del client from array after kicking
This commit is contained in:
parent
d8c645c407
commit
0595784480
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ void kick_clients(uint8_t bssid[], uint32_t id) {
|
|||
printf("Better AP available. Kicking client:\n");
|
||||
print_client_entry(client_array[j]);
|
||||
del_client_interface(id, client_array[j].client_addr, 5, 1, 60000);
|
||||
client_array_delete(client_array[j]);
|
||||
|
||||
// no entry in probe array for own bssid
|
||||
} else if (kick_client(client_array[j]) == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue