Change config file

This commit is contained in:
PolynomialDivision 2017-07-31 19:59:20 +02:00
parent 64aa9d6629
commit 63a1432652
11 changed files with 154 additions and 25 deletions

View file

@ -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
View 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