Home
last modified time | relevance | path

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

12

/hostap-latest/src/utils/
Dwpa_debug_zephyr.c26 void wpa_printf_impl(int level, const char *fmt, ...) in wpa_printf_impl()
67 static void _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) in _wpa_hexdump()
97 void wpa_hexdump_impl(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_impl()
102 void wpa_hexdump_key_impl(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key_impl()
107 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) in _wpa_hexdump_ascii()
149 void wpa_hexdump_ascii_impl(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_ascii_impl()
154 void wpa_hexdump_ascii_key_impl(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_ascii_key_impl()
177 void wpa_msg_impl(void *ctx, int level, const char *fmt, ...) in wpa_msg_impl()
214 void wpa_msg_ctrl_impl(void *ctx, int level, const char *fmt, ...) in wpa_msg_ctrl_impl()
240 void wpa_msg_global_impl(void *ctx, int level, const char *fmt, ...) in wpa_msg_global_impl()
[all …]
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_zephyr.h28 #define wpa_debug_level_enabled(level) (CONFIG_WIFI_NM_WPA_SUPPLICANT_DEBUG_LEVEL <= (level)) argument
66 #define wpa_printf(level, fmt, ...) \ argument
84 #define wpa_hexdump(level, title, buf, len) \ argument
89 static inline void wpa_hexdump_buf(int level, const char *title, const struct wpabuf *buf) in wpa_hexdump_buf()
107 #define wpa_hexdump_key(level, title, buf, len) \ argument
113 static inline void wpa_hexdump_buf_key(int level, const char *title, const struct wpabuf *buf) in wpa_hexdump_buf_key()
131 #define wpa_hexdump_ascii(level, title, buf, len) \ argument
151 #define wpa_hexdump_ascii_key(level, title, buf, len) \ argument
194 #define wpa_msg(ctx, level, fmt, ...) \ argument
213 #define wpa_msg_ctrl(ctx, level, fmt, ...) \ argument
[all …]
Dwpa_debug.h90 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf()
112 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key()
/hostap-latest/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.c28 #define fst_printf_session(s, level, format, ...) \ argument
35 #define fst_printf_siface(s, iface, level, format, ...) \ argument
39 #define fst_printf_sframe(s, is_old, level, format, ...) \ argument
/hostap-latest/wpa_supplicant/
Dctrl_iface_zephyr.c52 int level, const char *buf, in wpa_supplicant_ctrl_iface_send()
95 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, in wpa_supplicant_ctrl_iface_msg_cb()
377 void wpa_supplicant_msg_send(void *ctx, int level, in wpa_supplicant_msg_send()
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.c160 char *level)
363 static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level,
522 int level, const char *buf,
Dctrl_iface.h147 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()
/hostap-latest/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-latest/tests/fuzzing/asn1/
Dasn1.c33 static int asn1_parse(const u8 *buf, size_t len, int level) in asn1_parse()
/hostap-latest/radius_example/
Dradius_example.c25 int level, const char *txt, size_t len) in hostapd_logger_cb()
/hostap-latest/tests/fuzzing/p2p/
Dp2p.c18 static void debug_print(void *ctx, int level, const char *msg) in debug_print()
/hostap-latest/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-latest/hostapd/
Dhostapd_cli_zephyr.c354 void hostapd_msg_send(void *hapd, int level, in hostapd_msg_send()
Dctrl_iface.c111 char *level) in hostapd_ctrl_iface_level()
3159 int level = str_to_debug_level(cmd); in hostapd_ctrl_iface_log_level() local
4626 int level = MSG_DEBUG; in hostapd_ctrl_iface_receive() local
4724 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb()
5806 const char *ifname, int level, in hostapd_ctrl_iface_send_internal()
5870 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-latest/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-latest/wlantest/
Dwlantest.c283 void add_note(struct wlantest *wt, int level, const char *fmt, ...) in add_note()
/hostap-latest/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_client.c25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert()
Dtlsv1_server.c49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()

12