bug fixes to memory auditing and hearing map

memory auditing: refined auditing code and use in main code
hearing map: fixed bug causing it not be be built correctly
datastorage: fixed memory leak from linked list handling
This commit is contained in:
Ian Clowes 2020-08-03 19:02:02 +01:00
parent 2b98cd2368
commit 88e5d6050a
8 changed files with 113 additions and 97 deletions

View file

@ -278,7 +278,7 @@ int probe_array_update_rcpi_rsni(struct dawn_mac bssid_addr, struct dawn_mac cli
void remove_old_client_entries(time_t current_time, long long int threshold);
void insert_client_to_array(client *entry);
client *insert_client_to_array(client *entry);
int kick_clients(ap* kicking_ap, uint32_t id);