Searched refs:rpchannel (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_psk.c | 184 u8 *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local 324 rpchannel = wpabuf_put(resp, 4 + 16 + data_len); in eap_psk_process_3() 328 os_memcpy(rpchannel, nonce + 12, 4); in eap_psk_process_3() 333 rpchannel[4 + 16] = (EAP_PSK_R_FLAG_DONE_FAILURE << 6) | in eap_psk_process_3() 337 rpchannel[4 + 16 + 1] = decrypted[1]; in eap_psk_process_3() 340 rpchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_FAILURE << 6; in eap_psk_process_3() 342 rpchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_SUCCESS << 6; in eap_psk_process_3() 345 rpchannel + 4 + 16, data_len); in eap_psk_process_3() 349 rpchannel + 4 + 16, data_len, rpchannel + 4)) { in eap_psk_process_3() 355 rpchannel, 4 + 16 + data_len); in eap_psk_process_3()
|