From f3db34aadf2a525721cdab2eb4ba05b608e664c5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 11 Sep 2019 15:26:02 -0500 Subject: [PATCH] unit: Update to new RSNe builder behavior --- unit/test-ie.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit/test-ie.c b/unit/test-ie.c index 733bbc66..2738a6e5 100644 --- a/unit/test-ie.c +++ b/unit/test-ie.c @@ -375,8 +375,8 @@ static const struct ie_rsne_info_test ie_rsne_info_test_3 = { /* 802.11, Section 8.4.2.27.1; third example */ static const unsigned char rsne_data_4[] = { - 0x30, 0x12, 0x01, 0x00, 0x00, 0x0f, 0xac, 0x01, 0x01, 0x00, 0x00, 0x0f, - 0xac, 0x00, 0x01, 0x00, 0x00, 0x0f, 0xac, 0x01, + 0x30, 0x14, 0x01, 0x00, 0x00, 0x0f, 0xac, 0x01, 0x01, 0x00, 0x00, 0x0f, + 0xac, 0x00, 0x01, 0x00, 0x00, 0x0f, 0xac, 0x01, 0x00, 0x00 }; static const struct ie_rsne_info_test ie_rsne_info_test_4 = {