Home
last modified time | relevance | path

Searched refs:content_buf (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/utils/
Dwpa_debug_zephyr.c71 char *content_buf = NULL; in _wpa_hexdump() local
79 content = content_buf = os_malloc(3 * len + 1); in _wpa_hexdump()
87 os_snprintf(&content_buf[i * 3], 4, " %02x", buf[i]); in _wpa_hexdump()
94 bin_clear_free(content_buf, 3 * len + 1); in _wpa_hexdump()