This commit is contained in:
PolynomialDivision 2017-07-17 21:27:17 +02:00
parent a18bdb3e5a
commit 5110bcfab6
2 changed files with 24 additions and 4 deletions

View file

@ -5,6 +5,8 @@
#define MIN_PROBE_REQ 2 // TODO: Parse from config file...
#define TIME_THRESHOLD_KICK_CLIENT 30
int dawn_init_ubus(const char *ubus_socket, char *hostapd_dir);
int parse_to_probe_req(struct blob_attr *msg, probe_entry *prob_req);
int parse_to_clients(struct blob_attr *msg);
@ -13,4 +15,18 @@ void *update_clients_thread(void *arg);
char* hostapd_dir_glob;
/* Metrik
* RSSI : >= Threshold
* FREQ : >= 5GHZ
*/
/*
* if(client >=)
*
*/
#endif