Parse ht and vht information in probe

This commit is contained in:
PolynomialDivision 2017-07-24 00:43:58 +02:00
parent e9daee896c
commit f8c2b60249
3 changed files with 22 additions and 15 deletions

View file

@ -23,6 +23,8 @@ typedef struct probe_entry_s {
uint8_t target_addr[ETH_ALEN];
uint32_t signal;
uint32_t freq;
uint8_t ht_support;
uint8_t vht_support;
time_t time;
int counter;
} probe_entry;