unit: Update to new RSNe builder behavior

This commit is contained in:
Denis Kenzior 2019-09-11 15:26:02 -05:00
parent 0c7751485d
commit f3db34aadf
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {