mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add network buff
This commit is contained in:
parent
7ac7f03454
commit
ae8d2166ac
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,8 @@ static struct ubus_context *ctx_clients; /* own ubus conext otherwise strange be
|
||||||
static struct ubus_subscriber hostapd_event;
|
static struct ubus_subscriber hostapd_event;
|
||||||
static struct blob_buf b;
|
static struct blob_buf b;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void update_clients(struct uloop_timeout *t);
|
void update_clients(struct uloop_timeout *t);
|
||||||
|
|
||||||
struct uloop_timeout client_timer = {
|
struct uloop_timeout client_timer = {
|
||||||
|
@ -416,6 +418,7 @@ int handle_network_msg(char* msg)
|
||||||
{
|
{
|
||||||
static struct blob_buf network_buf;
|
static struct blob_buf network_buf;
|
||||||
static struct blob_buf data_buf;
|
static struct blob_buf data_buf;
|
||||||
|
|
||||||
printf("HANDLING NETWORK MSG!\n");
|
printf("HANDLING NETWORK MSG!\n");
|
||||||
struct blob_attr *tb[__NETWORK_MAX];
|
struct blob_attr *tb[__NETWORK_MAX];
|
||||||
char *method;
|
char *method;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue