Home | History | Annotate | Download | only in hostapd

Lines Matching refs:hex

744 		char hex[PMK_LEN * 2 + 1];
745 wpa_snprintf_hex(hex, sizeof(hex),
747 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex);