Add delete client call

This commit is contained in:
PolynomialDivision 2017-07-17 16:42:57 +02:00
parent c5ec149f09
commit 0ae70ccc28
3 changed files with 61 additions and 2 deletions

View file

@ -8,6 +8,7 @@
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);
void del_client(const uint8_t* client_addr, uint32_t reason, uint8_t deauth, uint32_t ban_time);
void *update_clients_thread(void *arg);
char* hostapd_dir_glob;