mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Change config file
This commit is contained in:
parent
64aa9d6629
commit
63a1432652
11 changed files with 154 additions and 25 deletions
|
|
@ -13,6 +13,18 @@
|
|||
#define ETH_ALEN 6
|
||||
#endif
|
||||
|
||||
struct probe_metric_s dawn_metric;
|
||||
|
||||
struct probe_metric_s
|
||||
{
|
||||
int ht_support;
|
||||
int vht_support;
|
||||
int n_ht_support;
|
||||
int n_vht_support;
|
||||
int rssi;
|
||||
int freq;
|
||||
};
|
||||
|
||||
#define SORT_NUM 5
|
||||
#define TIME_THRESHOLD 30 // every minute
|
||||
|
||||
|
|
|
|||
6
src/include/dawn_uci.h
Normal file
6
src/include/dawn_uci.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef DAWN_UCI_H
|
||||
#define DAWN_UCI_H
|
||||
|
||||
struct probe_metric_s uci_get_dawn_metric();
|
||||
|
||||
#endif //DAWN_UCI_H_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue