Lines Matching refs:level
74 void wpa_printf(int level, const char *fmt, ...)
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()
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()
132 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
149 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,
187 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
201 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
217 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
232 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...)
246 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...)
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);