mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add print function
This commit is contained in:
parent
952440456a
commit
67fcaba74c
3 changed files with 20 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ struct ap_s ap_array[ARRAY_AP_LEN];
|
|||
pthread_mutex_t ap_array_mutex;
|
||||
|
||||
ap insert_to_ap_array(ap entry);
|
||||
void print_ap_array();
|
||||
|
||||
// Array
|
||||
#define ARRAY_CLIENT_LEN 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue