hwsim_test: Tool for testing data connectivity with mac80211_hwsim
This program can be used to verify that both unicast and broadcast data frames can be transmitted successfully through mac80211_hwsim interfaces.
This commit is contained in:
parent
92305c5d9a
commit
9e8cda5a46
2 changed files with 255 additions and 0 deletions
11
mac80211_hwsim/tools/Makefile
Normal file
11
mac80211_hwsim/tools/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all: hwsim_test
|
||||
|
||||
ifndef CC
|
||||
CC=gcc
|
||||
endif
|
||||
|
||||
ifndef CFLAGS
|
||||
CFLAGS = -O2 -Wall -g
|
||||
endif
|
||||
|
||||
hwsim_test: hwsim_test.o
|
Loading…
Add table
Add a link
Reference in a new issue