mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add remove ap thread
This commit is contained in:
parent
67fcaba74c
commit
61cc5c1939
3 changed files with 24 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ int main(int argc, char **argv) {
|
|||
pthread_t tid_kick_clients;
|
||||
pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);
|
||||
|
||||
pthread_t tid_ap;
|
||||
pthread_create(&tid_ap, NULL, &remove_ap_array_thread, NULL);
|
||||
|
||||
//pthread_create(&tid, NULL, &remove_thread, NULL);
|
||||
|
||||
dawn_init_ubus(ubus_socket, opt_hostapd_dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue