Add channel utilization

This commit is contained in:
PolynomialDivision 2017-09-18 17:35:26 +02:00
parent 8a3216f942
commit f0f5534c82
2 changed files with 27 additions and 2 deletions

View file

@ -18,8 +18,8 @@ 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 no_ht_support;
int no_vht_support;
int rssi;
int freq;
};