mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
Fixed build with wpa_printf disabled
This commit is contained in:
parent
a9843f614f
commit
24bb3d9788
@ -532,12 +532,11 @@ static void test_driver_eapol(struct test_driver_data *drv,
|
|||||||
{
|
{
|
||||||
struct test_client_socket *cli;
|
struct test_client_socket *cli;
|
||||||
if (datalen > 14) {
|
if (datalen > 14) {
|
||||||
u8 *proto = data + 2 * ETH_ALEN;
|
|
||||||
/* Skip Ethernet header */
|
/* Skip Ethernet header */
|
||||||
wpa_printf(MSG_DEBUG, "test_driver: dst=" MACSTR " src="
|
wpa_printf(MSG_DEBUG, "test_driver: dst=" MACSTR " src="
|
||||||
MACSTR " proto=%04x",
|
MACSTR " proto=%04x",
|
||||||
MAC2STR(data), MAC2STR(data + ETH_ALEN),
|
MAC2STR(data), MAC2STR(data + ETH_ALEN),
|
||||||
WPA_GET_BE16(proto));
|
WPA_GET_BE16(data + 2 * ETH_ALEN));
|
||||||
data += 14;
|
data += 14;
|
||||||
datalen -= 14;
|
datalen -= 14;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user