Add ht and vht supported

This commit is contained in:
PolynomialDivision 2017-07-18 22:03:31 +02:00
parent cfd6944b97
commit e9daee896c
3 changed files with 17 additions and 8 deletions

View file

@ -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;