Skip to content

Commit

Permalink
Change beacon interval to 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacehuhn committed Feb 17, 2021
1 parent 27b921e commit f3432d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp8266_deauther/Attack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3432d2

Please sign in to comment.