tests: Use a valid key exchange value in eap_proto_ikev2
Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
parent
832b736fb2
commit
7d5df79f2d
1 changed files with 1 additions and 1 deletions
|
@ -5124,7 +5124,7 @@ def test_eap_proto_ikev2(dev, apdev):
|
||||||
|
|
||||||
def build_ke(next=0):
|
def build_ke(next=0):
|
||||||
ke = struct.pack(">BBHHH", next, 0, 4 + 4 + 192, 5, 0)
|
ke = struct.pack(">BBHHH", next, 0, 4 + 4 + 192, 5, 0)
|
||||||
ke += 192*'\x00'
|
ke += 191*'\x00'+'\x02'
|
||||||
return ke
|
return ke
|
||||||
|
|
||||||
idx += 1
|
idx += 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue