Home
last modified time | relevance | path

Searched refs:rpchannel (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_psk.c185 u8 *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local
326 rpchannel = wpabuf_put(resp, 4 + 16 + data_len); in eap_psk_process_3()
330 os_memcpy(rpchannel, nonce + 12, 4); in eap_psk_process_3()
335 rpchannel[4 + 16] = (EAP_PSK_R_FLAG_DONE_FAILURE << 6) | in eap_psk_process_3()
339 rpchannel[4 + 16 + 1] = decrypted[1]; in eap_psk_process_3()
342 rpchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_FAILURE << 6; in eap_psk_process_3()
344 rpchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_SUCCESS << 6; in eap_psk_process_3()
347 rpchannel + 4 + 16, data_len); in eap_psk_process_3()
351 rpchannel + 4 + 16, data_len, rpchannel + 4)) { in eap_psk_process_3()
357 rpchannel, 4 + 16 + data_len); in eap_psk_process_3()