Searched refs:frame1 (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/wlantest/ |
D | test_vectors.c | 146 u8 frame1[] = { in test_vector_ccmp_pv1() local 202 fc = WPA_GET_LE16(frame1); in test_vector_ccmp_pv1() 217 wpa_printf(MSG_INFO, "A1=" MACSTR, MAC2STR(&frame1[2])); in test_vector_ccmp_pv1() 218 sid = WPA_GET_LE16(&frame1[8]); in test_vector_ccmp_pv1() 221 frame1[8], frame1[9], in test_vector_ccmp_pv1() 226 sc = WPA_GET_LE16(&frame1[10]); in test_vector_ccmp_pv1() 228 frame1[10], frame1[11], in test_vector_ccmp_pv1() 232 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame1, 12); in test_vector_ccmp_pv1() 234 frame1 + 12, sizeof(frame1) - 12); in test_vector_ccmp_pv1() 236 enc = ccmp_encrypt_pv1(tk, &frame1[2], sa, da, frame1, sizeof(frame1), in test_vector_ccmp_pv1()
|
/hostap-3.6.0/tests/hwsim/ |
D | test_dpp.py | 4705 frame1 = binascii.hexlify(frame[0:36]).decode() 4706 …tarate={} ssi_signal={} frame={}".format(msg['freq'], msg['datarate'], msg['ssi_signal'], frame1)):
|