From f3432d20fb5bce0a88104ccf9c6d0471e45f3073 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Wed, 17 Feb 2021 18:16:42 +0100 Subject: [PATCH] Change beacon interval to 100ms --- esp8266_deauther/Attack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266_deauther/Attack.h b/esp8266_deauther/Attack.h index d87de19..f133a3b 100644 --- a/esp8266_deauther/Attack.h +++ b/esp8266_deauther/Attack.h @@ -160,7 +160,7 @@ class Attack { // Fixed parameters /* 22 - 23 */ 0x00, 0x00, // Fragment & sequence number (will be done by the SDK) /* 24 - 31 */ 0x83, 0x51, 0xf7, 0x8f, 0x0f, 0x00, 0x00, 0x00, // Timestamp - /* 32 - 33 */ 0xe8, 0x03, // Interval: 0x64, 0x00 => every 100ms - 0xe8, 0x03 => every 1s + /* 32 - 33 */ 0x64, 0x00, // Interval: 0x64, 0x00 => every 100ms - 0xe8, 0x03 => every 1s /* 34 - 35 */ 0x31, 0x00, // capabilities Tnformation // Tagged parameters