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:
Jouni Malinen 2009-05-07 17:59:53 +03:00 committed by Jouni Malinen
parent 92305c5d9a
commit 9e8cda5a46
2 changed files with 255 additions and 0 deletions

View 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