mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add new network json msg, fix a lot of memory leaks, etc. ...
This commit is contained in:
parent
8edfad21b5
commit
59999d7b0f
3 changed files with 144 additions and 43 deletions
|
|
@ -36,4 +36,8 @@ void update_hostapd_sockets(struct uloop_timeout *t);
|
|||
|
||||
void add_client_update_timer(time_t time);
|
||||
|
||||
int handle_network_msg(char* msg);
|
||||
|
||||
int send_blob_attr_via_network(struct blob_attr *msg, char* method);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue