From 0bf23c08e4dd85507ddb8f645210d396f9338fef Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 17 Jul 2017 20:37:52 +0200 Subject: [PATCH] Add comments --- src/utils/ubus.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 9ea2dec..18807ae 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -406,6 +406,9 @@ void del_client(const uint8_t* client_addr, uint32_t reason, uint8_t deauth, uin On which interface is the client? First send to all ifaces to ban client... xD Maybe Hashmap? + + * get_clients method and look if client is there + * save on which hostapd the client is... */ blob_buf_init(&b, 0);