mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
9e8cda5a46
This program can be used to verify that both unicast and broadcast data frames can be transmitted successfully through mac80211_hwsim interfaces.
12 lines
109 B
Makefile
12 lines
109 B
Makefile
all: hwsim_test
|
|
|
|
ifndef CC
|
|
CC=gcc
|
|
endif
|
|
|
|
ifndef CFLAGS
|
|
CFLAGS = -O2 -Wall -g
|
|
endif
|
|
|
|
hwsim_test: hwsim_test.o
|