Searched refs:frame2 (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/wlantest/ |
D | test_vectors.c | 153 u8 frame2[] = { in test_vector_ccmp_pv1() local 251 fc = WPA_GET_LE16(frame2); in test_vector_ccmp_pv1() 266 wpa_printf(MSG_INFO, "A1=" MACSTR, MAC2STR(&frame2[2])); in test_vector_ccmp_pv1() 267 sid = WPA_GET_LE16(&frame2[8]); in test_vector_ccmp_pv1() 270 frame2[8], frame2[9], in test_vector_ccmp_pv1() 275 sc = WPA_GET_LE16(&frame2[10]); in test_vector_ccmp_pv1() 277 frame2[10], frame2[11], in test_vector_ccmp_pv1() 279 wpa_printf(MSG_INFO, "A3=" MACSTR, MAC2STR(&frame2[12])); in test_vector_ccmp_pv1() 281 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame2, 18); in test_vector_ccmp_pv1() 283 frame2 + 18, sizeof(frame2) - 18); in test_vector_ccmp_pv1() [all …]
|
/hostap-3.6.0/tests/hwsim/ |
D | test_dpp.py | 4713 frame2 = binascii.hexlify(frame).decode() + "000000" 4714 …tarate={} ssi_signal={} frame={}".format(msg['freq'], msg['datarate'], msg['ssi_signal'], frame2)): 5182 frame2 = frame[0:2*32] + "0010010001" + frame[2*37:] 5183 …tarate={} ssi_signal={} frame={}".format(msg['freq'], msg['datarate'], msg['ssi_signal'], frame2)): 5185 frame2 = frame[0:2*32] + "00100100ff" + frame[2*37:] 5186 …tarate={} ssi_signal={} frame={}".format(msg['freq'], msg['datarate'], msg['ssi_signal'], frame2)):
|
D | test_ap_psk.py | 2464 frame2 = frame + binascii.unhexlify("4c10" + keyid + "010000000000c0e5ca5f2b3b4de9") 2465 sock.send(radiotap + frame2)
|
D | test_ap_hs20.py | 2631 frame2 = binascii.unhexlify("d0803a01" + addr + 2 * bssid + "0000" + "04000000" + payload) 2634 sock.send(radiotap + frame2)
|