mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-16 11:39:58 +01:00
Fix rates tag length in probe requests
This commit is contained in:
@@ -141,7 +141,7 @@ class Attack {
|
|||||||
0x20, 0x20, 0x20, 0x20,
|
0x20, 0x20, 0x20, 0x20,
|
||||||
0x20, 0x20, 0x20, 0x20,
|
0x20, 0x20, 0x20, 0x20,
|
||||||
0x20, 0x20, 0x20, 0x20,
|
0x20, 0x20, 0x20, 0x20,
|
||||||
/* 58 - 59 */ 0x01, 0x04, // Tag Number: Supported Rates (1), Tag length: 4
|
/* 58 - 59 */ 0x01, 0x08, // Tag Number: Supported Rates (1), Tag length: 8
|
||||||
/* 60 */ 0x82, // 1(B)
|
/* 60 */ 0x82, // 1(B)
|
||||||
/* 61 */ 0x84, // 2(B)
|
/* 61 */ 0x84, // 2(B)
|
||||||
/* 62 */ 0x8b, // 5.5(B)
|
/* 62 */ 0x8b, // 5.5(B)
|
||||||
|
|||||||
Reference in New Issue
Block a user