Lines Matching full:level

65  * @level: priority level (MSG_*) of the message
74 void wpa_printf(int level, const char *fmt, ...)
79 * @level: priority level (MSG_*) of 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,
93 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
99 * @level: priority level (MSG_*) of 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,
115 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
121 * @level: priority level (MSG_*) of the message
132 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
137 * @level: priority level (MSG_*) of the message
149 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,
177 * @level: priority level (MSG_*) of the message
187 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
193 * @level: priority level (MSG_*) of the message
201 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
208 * @level: priority level (MSG_*) of the message
217 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
224 * @level: priority level (MSG_*) of the message
232 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...)
239 * @level: priority level (MSG_*) of the message
246 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...)
253 * @level: priority level (MSG_*) of the message
260 void wpa_msg_global_only(void *ctx, int level, const char *fmt, ...)
270 typedef void (*wpa_msg_cb_func)(void *ctx, int level, enum wpa_msg_type type,
288 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level,
292 unsigned int module, int level,
368 const char * debug_level_str(int level);