Add remove ap thread

This commit is contained in:
PolynomialDivision 2017-08-27 00:05:36 +02:00
parent 67fcaba74c
commit 61cc5c1939
3 changed files with 24 additions and 0 deletions

View file

@ -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);