Home | History | Annotate | Download | only in utils

Lines Matching refs:level

61  * @level: priority level (MSG_*) of the message
70 void wpa_printf(int level, const char *fmt, ...)
75 * @level: priority level (MSG_*) of the message
84 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
86 static inline void wpa_hexdump_buf(int level, const char *title,
89 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
95 * @level: priority level (MSG_*) of the message
106 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
108 static inline void wpa_hexdump_buf_key(int level, const char *title,
111 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
117 * @level: priority level (MSG_*) of the message
128 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
133 * @level: priority level (MSG_*) of the message
145 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,
172 * @level: priority level (MSG_*) of the message
182 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
188 * @level: priority level (MSG_*) of the message
196 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
203 * @level: priority level (MSG_*) of the message
212 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
219 * @level: priority level (MSG_*) of the message
227 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...)
234 * @level: priority level (MSG_*) of the message
241 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...)
244 typedef void (*wpa_msg_cb_func)(void *ctx, int level, int global,
262 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level,
266 unsigned int module, int level,