mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fix client dump function
This commit is contained in:
parent
8531beee52
commit
c696b8c16e
3 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue