Home | History | Annotate | Download | only in eap_peer

Lines Matching full:pchannel

186 	const u8 *pchannel, *tag, *msg;
206 pchannel = (const u8 *) (hdr3 + 1);
218 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
221 wpa_printf(MSG_INFO, "EAP-PSK: Too short PCHANNEL data in "
260 os_memcpy(nonce + 12, pchannel, 4);
261 pchannel += 4;
264 tag = pchannel;
265 pchannel += 16;
268 msg = pchannel;
270 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - nonce",
272 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - hdr",
274 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left);
289 wpa_printf(MSG_WARNING, "EAP-PSK: PCHANNEL decryption failed");
293 wpa_hexdump(MSG_DEBUG, "EAP-PSK: Decrypted PCHANNEL message",
356 wpa_hexdump(MSG_DEBUG, "EAP-PSK: reply message (PCHANNEL)",