mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
utils/storage: cleanup
- New skipping linked list structure - possible bug in previous version - Adjust some function names to better reflect what actually happens - Remove redundant configurable sort elements - Remove probe structure SSID field which is not set via BEACON, so is unreliable - Adjust way the different fields from BEACON and PROBE reports are handled / merged - Made client / BSSID paramater order consistent for probe / beacon functions to help avoid cut/ paste bugs - Add RRM capability, RCPI and RSNI to client in hearing map (which is a summary of probe / beacon entries) [cleanup commit message] Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
6bf3cd7754
commit
5d7f99dded
9 changed files with 369 additions and 420 deletions
|
|
@ -114,7 +114,6 @@ int main(int argc, char **argv) {
|
|||
timeout_config = time_config; // TODO: Refactor...
|
||||
|
||||
uci_get_dawn_hostapd_dir();
|
||||
uci_get_dawn_sort_order();
|
||||
|
||||
init_mutex();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue