Add comments

This commit is contained in:
PolynomialDivision 2017-07-17 20:37:52 +02:00
parent 626f435684
commit 0bf23c08e4

View file

@ -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? On which interface is the client?
First send to all ifaces to ban client... xD First send to all ifaces to ban client... xD
Maybe Hashmap? Maybe Hashmap?
* get_clients method and look if client is there
* save on which hostapd the client is...
*/ */
blob_buf_init(&b, 0); blob_buf_init(&b, 0);