Searched defs:wpa_hexdump (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpa_debug.h28 #define wpa_hexdump(...) do {} while (0) macro
52 #define wpa_hexdump(l,t,b,le) do { } while (0) macro
90 * wpa_hexdump - conditional hex dump
100 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
105 wpa_hexdump(level, title, wpabuf_head(buf), wpabuf_len(buf));
118 * like wpa_hexdump(), but by default, does not include secret keys (passwords,
H A Dwpa_debug.c148 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c175 wpa_printf(MSG_ERROR, "wpa_hexdump: Failed to "
226 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len) function
H A Dwpa_debug.h24 #define wpa_hexdump(...) do {} while (0) macro
51 #define wpa_hexdump(l,t,b,le) do { } while (0) macro
96 * wpa_hexdump - conditional hex dump
106 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
111 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
125 * like wpa_hexdump(), but by default, does not include secret keys (passwords,
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c175 wpa_printf(MSG_ERROR, "wpa_hexdump: Failed to "
226 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len) function
H A Dwpa_debug.h24 #define wpa_hexdump(...) do {} while (0) macro
51 #define wpa_hexdump(l,t,b,le) do { } while (0) macro
96 * wpa_hexdump - conditional hex dump
106 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
111 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
125 * like wpa_hexdump(), but by default, does not include secret keys (passwords,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c175 wpa_printf(MSG_ERROR, "wpa_hexdump: Failed to "
226 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len) function
H A Dwpa_debug.h24 #define wpa_hexdump(...) do {} while (0) macro
51 #define wpa_hexdump(l,t,b,le) do { } while (0) macro
96 * wpa_hexdump - conditional hex dump
106 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
111 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
125 * like wpa_hexdump(), but by default, does not include secret keys (passwords,

Completed in 96 milliseconds