Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 44) sorted by relevance

12

/hostap/src/utils/
Dwpa_debug.c47 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 …]
Dwpa_debug.h91 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/
Dfst_internal.h20 #define fst_printf(level, format, ...) \ argument
23 #define fst_printf_group(group, level, format, ...) \ argument
27 #define fst_printf_iface(iface, level, format, ...) \ argument
Dfst_session.c23 #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/
Dctrl_iface_common.c77 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/
Dctrl_iface_unix.c56 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()
Dctrl_iface_udp.c161 char *level)
364 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level,
523 int level, const char *buf,
Dctrl_iface.h142 wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, int level, in wpa_supplicant_ctrl_iface_send()
Dctrl_iface_named_pipe.c425 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()
Dbss.h107 int level; member
Dmesh_rsn.c66 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
Dibss_rsn.c271 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
/hostap/tests/fuzzing/asn1/
Dasn1.c33 static int asn1_parse(const u8 *buf, size_t len, int level) in asn1_parse()
/hostap/radius_example/
Dradius_example.c25 int level, const char *txt, size_t len) in hostapd_logger_cb()
/hostap/tests/fuzzing/p2p/
Dp2p.c29 static void debug_print(void *ctx, int level, const char *msg) in debug_print()
/hostap/src/eapol_auth/
Deapol_auth_sm.c50 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/
Dctrl_iface.c108 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()
Dmain.c46 int level, const char *txt, size_t len) in hostapd_logger_cb()
/hostap/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c106 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger()
/hostap/wlantest/
Dwlantest.c283 void add_note(struct wlantest *wt, int level, const char *fmt, ...) in add_note()
/hostap/src/tls/
Dtlsv1_client_write.c961 u8 * tlsv1_client_send_alert(struct tlsv1_client *conn, u8 level, in tlsv1_client_send_alert()
Dtlsv1_server_write.c1057 u8 * tlsv1_server_send_alert(struct tlsv1_server *conn, u8 level, in tlsv1_server_send_alert()
Dtlsv1_server.c49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()
Dtlsv1_client.c25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert()
/hostap/src/crypto/
Dtls_openssl_ocsp.c25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors()

12