HomeSort by relevance Sort by last modified time
    Searched refs:msg_cb (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant/
wpa_ctrl.h 89 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
98 * msg_cb can be used to register a callback function that will be called for
103 * event messages. Alternatively to msg_cb, programs can register two control
110 void (*msg_cb)(char *msg, size_t len));
wpa_ctrl.c 262 void (*msg_cb)(char *msg, size_t len))
314 * request. Use msg_cb to report this to the
316 if (msg_cb) {
322 msg_cb(reply, res);
473 void (*msg_cb)(char *msg, size_t len))
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.h 116 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
125 * msg_cb can be used to register a callback function that will be called for
130 * event messages. Alternatively to msg_cb, programs can register two control
137 void (*msg_cb)(char *msg, size_t len));
wpa_ctrl.c 290 void (*msg_cb)(char *msg, size_t len))
342 * request. Use msg_cb to report this to the
344 if (msg_cb) {
350 msg_cb(reply, res);
505 void (*msg_cb)(char *msg, size_t len))
  /external/openssl/apps/
s_apps.h 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
s_cb.c 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
s_server.c     [all...]
s_client.c 1057 SSL_set_msg_callback(con, msg_cb);
    [all...]

Completed in 1601 milliseconds