mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add channel utilization
This commit is contained in:
parent
8a3216f942
commit
f0f5534c82
2 changed files with 27 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue