Lines Matching full:title
80 * @title: title of for the message
88 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
90 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
93 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
100 * @title: title of for the message
110 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
112 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
115 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()
122 * @title: title of for the message
132 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
138 * @title: title of for the message
149 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,