Lines Matching refs:level

63  * @level: priority level (MSG_*) of the message
72 void wpa_printf(int level, const char *fmt, ...)
77 * @level: priority level (MSG_*) of the message
86 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
88 static inline void wpa_hexdump_buf(int level, const char *title,
91 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
97 * @level: priority level (MSG_*) of the message
108 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
110 static inline void wpa_hexdump_buf_key(int level, const char *title,
113 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
119 * @level: priority level (MSG_*) of the message
130 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
135 * @level: priority level (MSG_*) of the message
147 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,
175 * @level: priority level (MSG_*) of the message
185 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
191 * @level: priority level (MSG_*) of the message
199 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
206 * @level: priority level (MSG_*) of the message
215 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
222 * @level: priority level (MSG_*) of the message
230 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...)
237 * @level: priority level (MSG_*) of the message
244 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...)
251 * @level: priority level (MSG_*) of the message
258 void wpa_msg_global_only(void *ctx, int level, const char *fmt, ...)
268 typedef void (*wpa_msg_cb_func)(void *ctx, int level, enum wpa_msg_type type,
286 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level,
290 unsigned int module, int level,
367 const char * debug_level_str(int level);