mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
fix null mac in beacon-report
This commit is contained in:
parent
a63c723e31
commit
9c6bc1b2fe
3 changed files with 102 additions and 22 deletions
|
@ -157,7 +157,7 @@ struct probe_entry_s probe_array[PROBE_ARRAY_LEN];
|
|||
pthread_mutex_t probe_array_mutex;
|
||||
|
||||
// ---------------- Functions ----------------
|
||||
probe_entry insert_to_array(probe_entry entry, int inc_counter, int save_80211k);
|
||||
probe_entry insert_to_array(probe_entry entry, int inc_counter, int save_80211k, int is_beacon);
|
||||
|
||||
void probe_array_insert(probe_entry entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue