/hostap/src/utils/ |
D | wpa_debug.c | 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() [all …]
|
D | wpa_debug.h | 91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() 113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key()
|
/hostap/src/fst/ |
D | fst_internal.h | 20 #define fst_printf(level, format, ...) \ argument 23 #define fst_printf_group(group, level, format, ...) \ argument 27 #define fst_printf_iface(iface, level, format, ...) \ argument
|
D | fst_session.c | 23 #define fst_printf_session(s, level, format, ...) \ argument 30 #define fst_printf_siface(s, iface, level, format, ...) \ argument 34 #define fst_printf_sframe(s, is_old, level, format, ...) \ argument
|
/hostap/src/common/ |
D | ctrl_iface_common.c | 77 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock, in sockaddr_print() 191 socklen_t fromlen, const char *level) in ctrl_iface_level()
|
/hostap/wpa_supplicant/ |
D | ctrl_iface_unix.c | 56 int level; member 82 int level = MSG_MSGDUMP; in wpas_ctrl_sock_debug() local 121 char *level) in wpa_supplicant_ctrl_iface_level() 389 struct wpa_supplicant *wpa_s, int level, in wpas_ctrl_msg_queue() 428 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, in wpa_supplicant_ctrl_iface_msg_cb() 943 int level, const char *buf, in wpa_supplicant_ctrl_iface_send()
|
D | ctrl_iface_udp.c | 161 char *level) 364 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, 523 int level, const char *buf,
|
D | ctrl_iface.h | 142 wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, int level, in wpa_supplicant_ctrl_iface_send()
|
D | ctrl_iface_named_pipe.c | 425 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, in wpa_supplicant_ctrl_iface_msg_cb() 479 int level, const char *buf, in wpa_supplicant_ctrl_iface_send()
|
D | bss.h | 107 int level; member
|
D | mesh_rsn.c | 66 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
|
D | ibss_rsn.c | 271 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
|
/hostap/tests/fuzzing/asn1/ |
D | asn1.c | 33 static int asn1_parse(const u8 *buf, size_t len, int level) in asn1_parse()
|
/hostap/radius_example/ |
D | radius_example.c | 25 int level, const char *txt, size_t len) in hostapd_logger_cb()
|
/hostap/tests/fuzzing/p2p/ |
D | p2p.c | 29 static void debug_print(void *ctx, int level, const char *msg) in debug_print()
|
/hostap/src/eapol_auth/ |
D | eapol_auth_sm.c | 50 const u8 *addr, eapol_logger_level level, in eapol_auth_logger() 61 const u8 *addr, eapol_logger_level level, in eapol_auth_vlogger()
|
/hostap/hostapd/ |
D | ctrl_iface.c | 108 char *level) in hostapd_ctrl_iface_level() 3170 int level = str_to_debug_level(cmd); in hostapd_ctrl_iface_log_level() local 4668 int level = MSG_DEBUG; in hostapd_ctrl_iface_receive() local 4847 int level = MSG_DEBUG; in hostapd_mld_ctrl_iface_receive() local 5103 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb() 6181 const char *ifname, int level, in hostapd_ctrl_iface_send_internal() 6245 static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level, in hostapd_ctrl_iface_send()
|
D | main.c | 46 int level, const char *txt, size_t len) in hostapd_logger_cb()
|
/hostap/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 106 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
|
/hostap/wlantest/ |
D | wlantest.c | 283 void add_note(struct wlantest *wt, int level, const char *fmt, ...) in add_note()
|
/hostap/src/tls/ |
D | tlsv1_client_write.c | 961 u8 * tlsv1_client_send_alert(struct tlsv1_client *conn, u8 level, in tlsv1_client_send_alert()
|
D | tlsv1_server_write.c | 1057 u8 * tlsv1_server_send_alert(struct tlsv1_server *conn, u8 level, in tlsv1_server_send_alert()
|
D | tlsv1_server.c | 49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()
|
D | tlsv1_client.c | 25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert()
|
/hostap/src/crypto/ |
D | tls_openssl_ocsp.c | 25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors()
|