mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 13:34:27 +01:00
Added the --disable-dot11 configure switch.
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
*/
|
||||
|
||||
#include "handshake_capturer.h"
|
||||
|
||||
#ifdef HAVE_DOT11
|
||||
|
||||
#include "dot11/dot11_data.h"
|
||||
|
||||
namespace Tins {
|
||||
@@ -93,3 +96,5 @@ namespace Tins {
|
||||
return false;
|
||||
}
|
||||
} // namespace Tins;
|
||||
|
||||
#endif // HAVE_DOT11
|
||||
Reference in New Issue
Block a user