1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 04:34:27 +01:00

Added the --disable-dot11 configure switch.

This commit is contained in:
Matias Fontanini
2013-11-09 14:41:08 -03:00
parent 93ab8d3b91
commit 9962381fc7
56 changed files with 465 additions and 1807 deletions

View File

@@ -1,3 +1,7 @@
#include "config.h"
#ifdef HAVE_DOT11
#include <gtest/gtest.h>
#include <cstring>
#include <string>
@@ -41,3 +45,5 @@ TEST_F(WEPDecryptTest, Decrypt1) {
decrypter.add_password("00:12:bf:12:32:29", "\x1f\x1f\x1f\x1f\x1e");
EXPECT_FALSE(decrypter.decrypt(dot11));
}
#endif // HAVE_DOT11