mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
switch to ubloop
This commit is contained in:
parent
90bb949342
commit
9c80d0542e
6 changed files with 92 additions and 21 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <libubox/uloop.h>
|
||||
|
||||
#ifndef ETH_ALEN
|
||||
#define ETH_ALEN 6
|
||||
|
|
@ -34,6 +35,7 @@ struct time_config_s {
|
|||
time_t update_client;
|
||||
time_t remove_client;
|
||||
time_t remove_probe;
|
||||
time_t remove_ap;
|
||||
time_t update_hostapd;
|
||||
};
|
||||
|
||||
|
|
@ -92,6 +94,8 @@ void print_auth_entry(auth_entry entry);
|
|||
|
||||
void *remove_probe_array_thread(void *arg);
|
||||
|
||||
void uloop_add_data_cbs();
|
||||
|
||||
/* AP, Client */
|
||||
|
||||
// ---------------- Structs ----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue