Home
last modified time | relevance | path

Searched refs:log_cb (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_server_i.h56 void (*log_cb)(void *ctx, const char *msg); member
Dtlsv1_server.c42 if (conn->log_cb) in tlsv1_server_log()
43 conn->log_cb(conn->log_cb_ctx, buf); in tlsv1_server_log()
733 conn->log_cb = cb; in tlsv1_server_set_log_cb()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls_internal.c140 void (*log_cb)(void *ctx, const char *msg), in tls_connection_set_log_cb()
145 tlsv1_server_set_log_cb(conn->server, log_cb, ctx); in tls_connection_set_log_cb()
Dtls.h628 void (*log_cb)(void *ctx, const char *msg),