Searched refs:hdr3 (Results 1 – 2 of 2) sorted by relevance
181 const struct eap_psk_hdr_3 *hdr3; in eap_psk_process_3() local195 hdr3 = (const struct eap_psk_hdr_3 *) pos; in eap_psk_process_3()196 if (pos == NULL || len < sizeof(*hdr3)) { in eap_psk_process_3()200 (unsigned long) sizeof(*hdr3)); in eap_psk_process_3()204 left = len - sizeof(*hdr3); in eap_psk_process_3()205 pchannel = (const u8 *) (hdr3 + 1); in eap_psk_process_3()206 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr3->flags); in eap_psk_process_3()207 if (EAP_PSK_FLAGS_GET_T(hdr3->flags) != 2) { in eap_psk_process_3()209 EAP_PSK_FLAGS_GET_T(hdr3->flags)); in eap_psk_process_3()214 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s, in eap_psk_process_3()[all …]
1459 hdr3 = h2.HPackLitHdrFldWithIncrIndexing(1463 frm = h2.H2Frame(stream_id=1)/h2.H2HeadersFrame(hdrs=[hdr, hdr2, hdr3])1485 hdr3 = h2.HPackLitHdrFldWithIncrIndexing(1490 tbl.register(hdr3)