Lines Matching defs:level
45 static int wpa_to_android_level(int level) in wpa_to_android_level()
108 static int syslog_priority(int level) in syslog_priority()
209 void wpa_printf(int level, const char *fmt, ...) in wpa_printf()
256 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
383 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
389 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
395 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
509 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
516 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
638 void wpa_msg(void *ctx, int level, const char *fmt, ...) in wpa_msg()
676 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...) in wpa_msg_ctrl()
704 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) in wpa_msg_global()
731 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...) in wpa_msg_global_ctrl()
759 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...) in wpa_msg_no_global()
786 void wpa_msg_global_only(void *ctx, int level, const char *fmt, ...) in wpa_msg_global_only()
824 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, in hostapd_logger()
857 const char * debug_level_str(int level) in debug_level_str()