unit: Fix up EAP packet identifiers

Reset these to start at a sane value
This commit is contained in:
Denis Kenzior 2016-08-24 21:30:25 -05:00
parent 89207a4c81
commit f05ed4683c
1 changed files with 4 additions and 4 deletions

View File

@ -571,7 +571,7 @@ static const unsigned char eap_wsc_m1_1[] = {
};
static const unsigned char eap_wsc_m1_2[] = {
0x01, 0x00, 0x01, 0x78, 0x02, 0xa7, 0x01, 0x78, 0xfe, 0x00, 0x37, 0x2a,
0x01, 0x00, 0x01, 0x78, 0x02, 0x01, 0x01, 0x78, 0xfe, 0x00, 0x37, 0x2a,
0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x10, 0x4a, 0x00, 0x01, 0x10, 0x10,
0x22, 0x00, 0x01, 0x04, 0x10, 0x47, 0x00, 0x10, 0x79, 0x0c, 0x1f, 0x80,
0x4f, 0x2b, 0x52, 0xb7, 0xbe, 0x30, 0xc0, 0xe9, 0x72, 0x92, 0x08, 0x8d,
@ -892,7 +892,7 @@ static const unsigned char eap_wsc_m2_1[] = {
};
static const unsigned char eap_wsc_m2_2[] = {
0x01, 0x00, 0x01, 0xd3, 0x01, 0xa8, 0x01, 0xd3, 0xfe, 0x00, 0x37, 0x2a,
0x01, 0x00, 0x01, 0xd3, 0x01, 0x02, 0x01, 0xd3, 0xfe, 0x00, 0x37, 0x2a,
0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x10, 0x4a, 0x00, 0x01, 0x10, 0x10,
0x22, 0x00, 0x01, 0x05, 0x10, 0x1a, 0x00, 0x10, 0x19, 0x8d, 0x0d, 0x25,
0x91, 0x2c, 0x37, 0x1c, 0xeb, 0x07, 0x89, 0x33, 0xe1, 0x25, 0xd7, 0x43,
@ -1135,7 +1135,7 @@ static void wsc_test_build_m2(const void *data)
}
static const unsigned char eap_wsc_m3[] = {
0x01, 0x00, 0x00, 0x8a, 0x02, 0xa8, 0x00, 0x8a, 0xfe, 0x00, 0x37, 0x2a,
0x01, 0x00, 0x00, 0x8a, 0x02, 0x02, 0x00, 0x8a, 0xfe, 0x00, 0x37, 0x2a,
0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x10, 0x4a, 0x00, 0x01, 0x10, 0x10,
0x22, 0x00, 0x01, 0x07, 0x10, 0x39, 0x00, 0x10, 0x67, 0xa5, 0x53, 0x61,
0xee, 0x72, 0xc2, 0x21, 0x48, 0x78, 0xc5, 0x70, 0x89, 0x9f, 0xf2, 0xa0,
@ -1209,7 +1209,7 @@ static void wsc_test_build_m3(const void *data)
}
static const unsigned char eap_wsc_m4[] = {
0x01, 0x00, 0x00, 0xc4, 0x01, 0xa9, 0x00, 0xc4, 0xfe, 0x00, 0x37, 0x2a,
0x01, 0x00, 0x00, 0xc4, 0x01, 0x03, 0x00, 0xc4, 0xfe, 0x00, 0x37, 0x2a,
0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x10, 0x4a, 0x00, 0x01, 0x10, 0x10,
0x22, 0x00, 0x01, 0x08, 0x10, 0x1a, 0x00, 0x10, 0x19, 0x8d, 0x0d, 0x25,
0x91, 0x2c, 0x37, 0x1c, 0xeb, 0x07, 0x89, 0x33, 0xe1, 0x25, 0xd7, 0x43,