mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add delete client call
This commit is contained in:
parent
c5ec149f09
commit
0ae70ccc28
3 changed files with 61 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue