mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Fix driver_bsd.c compile error
I got an error for WPA_KEY_RSC_LEN is not defined when compiling the driver_bsd.c on NetBSD 4.0. Below patch fixed it.
This commit is contained in:
parent
3ac17eba31
commit
9f2951d2fd
@ -20,6 +20,7 @@
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "common/ieee802_11_defs.h"
|
||||
#include "common/wpa_common.h"
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_media.h>
|
||||
|
Loading…
Reference in New Issue
Block a user