diff options
author | Ashok Kumar Ponnaiah <aponnaia@qti.qualcomm.com> | 2014-08-29 13:05:05 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-09-03 12:41:35 (GMT) |
commit | eb2223e0ec1783a61af649171d3d2fc93cc56b09 (patch) | |
tree | ada34182486eec25a55b792aa912950333b71aec /wlantest/Makefile | |
parent | 3a3cb8ee81f4f93fbb3d8977808055adabd47ec6 (diff) | |
download | hostap-eb2223e0ec1783a61af649171d3d2fc93cc56b09.zip hostap-eb2223e0ec1783a61af649171d3d2fc93cc56b09.tar.gz hostap-eb2223e0ec1783a61af649171d3d2fc93cc56b09.tar.bz2 |
wlantest: Add decryption of CCMP-256, GCMP, GCMP-256
This extends wlantest support for decrypting the new cipher suites.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wlantest/Makefile')
-rw-r--r-- | wlantest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wlantest/Makefile b/wlantest/Makefile index 5b23bba..0ccd615 100644 --- a/wlantest/Makefile +++ b/wlantest/Makefile @@ -72,6 +72,7 @@ OBJS += ctrl.o OBJS += inject.o OBJS += wep.o OBJS += bip.o +OBJS += gcmp.o LIBS += -lpcap |