mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
decrease timeout
This commit is contained in:
parent
16e0e8d3b9
commit
3f04c3efbf
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void kick_clients(uint8_t bssid[], uint32_t id) {
|
|||
}
|
||||
printf("Client is probably NOT in active transmisison. KICK! RxRate is: %f\n", rx_rate);
|
||||
|
||||
del_client_interface(id, client_array[j].client_addr, 5, 1, 60000);
|
||||
del_client_interface(id, client_array[j].client_addr, 5, 1, 1000);
|
||||
client_array_delete(client_array[j]);
|
||||
|
||||
// don't delete clients in a row. use update function again...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue