Fix client dump function

This commit is contained in:
PolynomialDivision 2017-07-16 20:46:17 +02:00
parent 8531beee52
commit c696b8c16e
3 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,7 @@ typedef struct {
typedef struct client_s {
uint8_t bssid_addr[ETH_ALEN];
uint8_t client_addr[ETH_ALEN];
uint8_t freq;
uint32_t freq;
uint8_t auth;
uint8_t assoc;
uint8_t authorized;