diff options
author | Jouni Malinen <j@w1.fi> | 2010-11-06 18:01:24 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-11-07 23:29:01 +0200 |
commit | 2d73f0a875df46d03c16c5e54d5c935cfdc2ee75 (patch) | |
tree | 9d7b3664c2e2dc4c2778292f72db4b6407474dfb /wlantest/Makefile | |
parent | b50111fbb25558ed49c9246bad204ab8ae4e6986 (diff) | |
download | external_wpa_supplicant_8_ti-2d73f0a875df46d03c16c5e54d5c935cfdc2ee75.zip external_wpa_supplicant_8_ti-2d73f0a875df46d03c16c5e54d5c935cfdc2ee75.tar.gz external_wpa_supplicant_8_ti-2d73f0a875df46d03c16c5e54d5c935cfdc2ee75.tar.bz2 |
wlantest: Move Mgmt and Data frame processing into their own files
Diffstat (limited to 'wlantest/Makefile')
-rw-r--r-- | wlantest/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wlantest/Makefile b/wlantest/Makefile index cdd00a5..8e40c8e 100644 --- a/wlantest/Makefile +++ b/wlantest/Makefile @@ -45,6 +45,8 @@ OBJS += wlantest.o OBJS += readpcap.o OBJS += monitor.o OBJS += process.o +OBJS += rx_mgmt.o +OBJS += rx_data.o OBJS += bss.o OBJS += sta.o OBJS += crc32.o |