Searched refs:frame3 (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/wlantest/ |
D | test_vectors.c | 161 u8 frame3[] = { in test_vector_ccmp_pv1() local 301 fc = WPA_GET_LE16(frame3); in test_vector_ccmp_pv1() 316 wpa_printf(MSG_INFO, "A1=" MACSTR, MAC2STR(&frame3[2])); in test_vector_ccmp_pv1() 317 wpa_printf(MSG_INFO, "A2=" MACSTR, MAC2STR(&frame3[8])); in test_vector_ccmp_pv1() 318 sc = WPA_GET_LE16(&frame3[14]); in test_vector_ccmp_pv1() 320 frame3[14], frame3[15], in test_vector_ccmp_pv1() 325 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame3, 16); in test_vector_ccmp_pv1() 327 frame3 + 16, sizeof(frame3) - 16); in test_vector_ccmp_pv1() 329 enc = ccmp_encrypt_pv1(tk, &frame3[2], &frame3[8], da, in test_vector_ccmp_pv1() 330 frame3, sizeof(frame3), 16, pn, key_id, in test_vector_ccmp_pv1()
|
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 52 <widget class="QFrame" name="frame3" >
|