Home | History | Annotate | Download | only in wps

Lines Matching refs:hex

1663 		char hex[65];
1665 wpa_snprintf_hex(hex, sizeof(hex), wps->wps->psk, 32);
1666 os_memcpy(wps->cred.key, hex, 32 * 2);
1674 char hex[65];
1691 wpa_snprintf_hex(hex, sizeof(hex), wps->new_psk,
1693 os_memcpy(wps->cred.key, hex, wps->new_psk_len * 2);