From b00123f19facd0a21b38cde69ec2ff9afce835aa Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 18 Sep 2017 23:51:59 +0200 Subject: [PATCH] Print array --- src/utils/ubus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 5e6ab00..51c3ffa 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -217,7 +217,7 @@ int parse_to_probe_req(struct blob_attr *msg, probe_entry *prob_req) { static int handle_auth_req(struct blob_attr *msg) { - //print_array(); + print_array(); auth_entry auth_req; parse_to_auth_req(msg, &auth_req); printf("AUTH Entry: "); @@ -263,7 +263,7 @@ static int handle_probe_req(struct blob_attr *msg) { str = blobmsg_format_json(msg, true); send_string_enc(str); - //printf("[WC] Hostapd-Probe: %s : %s\n", "probe", str); + printf("[WC] Hostapd-Probe: %s : %s\n", "probe", str); //print_array();