3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-04 19:19:23 +01:00

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

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