mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
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:
parent
2b98cd2368
commit
88e5d6050a
8 changed files with 113 additions and 97 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue