mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add ht and vht supported
This commit is contained in:
parent
cfd6944b97
commit
e9daee896c
3 changed files with 17 additions and 8 deletions
|
|
@ -34,6 +34,8 @@ typedef struct {
|
|||
typedef struct client_s {
|
||||
uint8_t bssid_addr[ETH_ALEN];
|
||||
uint8_t client_addr[ETH_ALEN];
|
||||
uint8_t ht_supported;
|
||||
uint8_t vht_supported;
|
||||
uint32_t freq;
|
||||
uint8_t auth;
|
||||
uint8_t assoc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue