Home | History | Annotate | Download | only in wps

Lines Matching refs:hex

1653 		char hex[65];
1655 wpa_snprintf_hex(hex, sizeof(hex), wps->wps->psk, 32);
1656 os_memcpy(wps->cred.key, hex, 32 * 2);
1664 char hex[65];
1678 wpa_snprintf_hex(hex, sizeof(hex), wps->new_psk,
1680 os_memcpy(wps->cred.key, hex, wps->new_psk_len * 2);