Lines Matching refs:frame2
155 u8 frame2[] = { in test_vector_ccmp_pv1() local
253 fc = WPA_GET_LE16(frame2); in test_vector_ccmp_pv1()
268 wpa_printf(MSG_INFO, "A1=" MACSTR, MAC2STR(&frame2[2])); in test_vector_ccmp_pv1()
269 sid = WPA_GET_LE16(&frame2[8]); in test_vector_ccmp_pv1()
272 frame2[8], frame2[9], in test_vector_ccmp_pv1()
277 sc = WPA_GET_LE16(&frame2[10]); in test_vector_ccmp_pv1()
279 frame2[10], frame2[11], in test_vector_ccmp_pv1()
281 wpa_printf(MSG_INFO, "A3=" MACSTR, MAC2STR(&frame2[12])); in test_vector_ccmp_pv1()
283 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame2, 18); in test_vector_ccmp_pv1()
285 frame2 + 18, sizeof(frame2) - 18); in test_vector_ccmp_pv1()
287 enc = ccmp_encrypt_pv1(tk, &frame2[2], sa, &frame2[12], in test_vector_ccmp_pv1()
288 frame2, sizeof(frame2), 18, pn, key_id, in test_vector_ccmp_pv1()