mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fix client del bug
This commit is contained in:
parent
e9b02067eb
commit
b6d5f92a16
2 changed files with 8 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ static int hostapd_notify(struct ubus_context *ctx, struct ubus_object *obj,
|
|||
str = blobmsg_format_json(msg, true);
|
||||
send_string(str);
|
||||
|
||||
//printf("[WC] Hostapd-Probe: %s : %s\n", method, str);
|
||||
printf("[WC] Hostapd-Probe: %s : %s\n", method, str);
|
||||
|
||||
//print_array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue