Lines Matching defs:level
47 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()
258 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
397 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
510 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
517 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
647 void wpa_msg(void *ctx, int level, const char *fmt, ...) in wpa_msg()
685 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...) in wpa_msg_ctrl()
713 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) in wpa_msg_global()
740 void wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...) in wpa_msg_global_ctrl()
768 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...) in wpa_msg_no_global()
795 void wpa_msg_global_only(void *ctx, int level, const char *fmt, ...) in wpa_msg_global_only()
833 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, in hostapd_logger()
866 const char * debug_level_str(int level) in debug_level_str()