Home | History | Annotate | Download | only in wps

Lines Matching defs:hex

301 		char hex[65];
314 wpa_snprintf_hex(hex, sizeof(hex), psk, sizeof(psk));
317 wpabuf_put_data(msg, hex, sizeof(psk) * 2);