mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add print function
This commit is contained in:
parent
952440456a
commit
67fcaba74c
3 changed files with 20 additions and 0 deletions
|
|
@ -508,6 +508,7 @@ static void ubus_get_clients_cb(struct ubus_request *req, int type, struct blob_
|
|||
char *str = blobmsg_format_json(msg, true);
|
||||
send_string_enc(str);
|
||||
print_client_array();
|
||||
print_ap_array();
|
||||
}
|
||||
|
||||
static int ubus_get_clients() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue