mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Enable ht and vht support in probe req
This commit is contained in:
parent
6241350ba5
commit
086e491516
4 changed files with 13 additions and 37 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue