mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Parse ht and vht information in probe
This commit is contained in:
parent
e9daee896c
commit
f8c2b60249
3 changed files with 22 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue