Enable ht and vht support in probe req

This commit is contained in:
PolynomialDivision 2017-08-24 15:49:25 +02:00
parent 6241350ba5
commit 086e491516
4 changed files with 13 additions and 37 deletions

View file

@ -34,8 +34,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;
uint8_t ht_support;
uint8_t vht_support;
time_t time;
int counter;
} probe_entry;