tests: Use a valid key exchange value in eap_proto_ikev2

Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
Sean Parkinson 2018-03-29 14:55:55 +10:00 committed by Jouni Malinen
parent 832b736fb2
commit 7d5df79f2d

View File

@ -5124,7 +5124,7 @@ def test_eap_proto_ikev2(dev, apdev):
def build_ke(next=0):
ke = struct.pack(">BBHHH", next, 0, 4 + 4 + 192, 5, 0)
ke += 192*'\x00'
ke += 191*'\x00'+'\x02'
return ke
idx += 1