mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
Update broken tests
This commit is contained in:
parent
d22befab45
commit
6406885928
8 changed files with 90 additions and 64 deletions
|
@ -15,8 +15,8 @@ func TestDot11Vars(t *testing.T) {
|
|||
}{
|
||||
{openFlags, 1057},
|
||||
{wpaFlags, 1041},
|
||||
{supportedRates, []byte{0x82, 0x84, 0x8b, 0x96, 0x24, 0x30, 0x48, 0x6c, 0x03, 0x01}},
|
||||
{wpaRSN, []byte{
|
||||
{fakeApRates, []byte{0x82, 0x84, 0x8b, 0x96, 0x24, 0x30, 0x48, 0x6c, 0x03, 0x01}},
|
||||
{fakeApWpaRSN, []byte{
|
||||
0x01, 0x00, // RSN Version 1
|
||||
0x00, 0x0f, 0xac, 0x02, // Group Cipher Suite : 00-0f-ac TKIP
|
||||
0x02, 0x00, // 2 Pairwise Cipher Suites (next two lines)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue