Home | History | Annotate | Download | only in wps

Lines Matching refs:hex

274 		char hex[65];
287 wpa_snprintf_hex(hex, sizeof(hex), psk, sizeof(psk));
290 wpabuf_put_data(msg, hex, sizeof(psk) * 2);