HomeSort by: relevance | last modified time | path
    Searched defs:cb_ctx (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_i.h 32 void *cb_ctx; member in struct:dpp_global
dpp_tcp.c 31 void *cb_ctx; member in struct:dpp_connection
64 void *cb_ctx; member in struct:dpp_relay_controller
85 void *cb_ctx; member in struct:dpp_controller
155 ctrl->cb_ctx = config->cb_ctx;
184 dpp_relay_controller_get_ctx(struct dpp_global *dpp, void *cb_ctx)
193 if (cb_ctx == ctrl->cb_ctx)
302 conn->tcp_msg_sent(conn->cb_ctx, conn->auth))
474 conn->cb_ctx = ctrl->global->cb_ctx
    [all...]
dpp.h 434 void *cb_ctx; member in struct:dpp_relay_config
448 void *cb_ctx; member in struct:dpp_controller_config
760 void *cb_ctx);
769 void dpp_controller_stop_for_ctx(struct dpp_global *dpp, void *cb_ctx);
776 void *msg_ctx, void *cb_ctx,
785 void *msg_ctx, void *cb_ctx,
816 void *cb_ctx; member in struct:dpp_global_config
  /src/external/bsd/wpa/dist/src/eap_server/
ikev2.h 51 void *cb_ctx; member in struct:ikev2_initiator_data
  /src/external/bsd/wpa/dist/src/wps/
http_client.c 30 void *cb_ctx; member in struct:http_client
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT);
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK);
69 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY);
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY);
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT);
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED);
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED);
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED);
135 void *cb_ctx)
    [all...]
http_server.c 31 void *cb_ctx; member in struct:http_server
51 srv->cb(srv->cb_ctx, req);
231 void *cb_ctx)
241 srv->cb_ctx = cb_ctx;
wps.h 264 * @ctx: Higher layer context data (cb_ctx)
278 * @ctx: Higher layer context data (cb_ctx)
292 * @ctx: Higher layer context data (cb_ctx)
305 * @ctx: Higher layer context data (cb_ctx)
320 * @ctx: Higher layer context data (cb_ctx)
338 * @ctx: Higher layer context data (cb_ctx)
354 * @ctx: Higher layer context data (cb_ctx)
361 * cb_ctx: Higher layer context data for Registrar callbacks
363 void *cb_ctx; member in struct:wps_registrar_config
813 * @ctx: Higher layer context data (cb_ctx)
838 void *cb_ctx; member in struct:wps_context
    [all...]
wps_registrar.c 164 void *cb_ctx; member in struct:wps_registrar
685 reg->cb_ctx = cfg->cb_ctx;
1182 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e,
1235 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
1246 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev);
1257 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len);
1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1287 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar,
1298 return reg->lookup_pskfile_cb(reg->cb_ctx, mac_addr, psk)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb.c 367 struct cb_s *cb_ctx = (struct cb_s *)userctx; local
369 if (strncmp(cb_ctx->filename, h->prefix, strlen(h->prefix)) == 0) {
370 cb_ctx->residual = cb_ctx->filename + strlen(h->prefix) + 1;
371 cb_ctx->h = h;
417 struct cb_s cb_ctx; local
429 cb_ctx.filename = f;
430 cb_ctx.residual = NULL;
431 cb_ctx.h = NULL;
433 HDB_INTERFACE_VERSION, 0, &cb_ctx,
480 struct cb_s cb_ctx; local
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
tls_internal.c 29 void *cb_ctx; member in struct:tls_global
61 global->cb_ctx = conf->cb_ctx;
111 global->cb_ctx, global->cert_in_cb);
tls.h 101 void *cb_ctx; member in struct:tls_config
tls_gnutls.c 38 void *cb_ctx; member in struct:tls_global
123 global->cb_ctx = conf->cb_ctx;
949 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1323 conn->global->event_cb(conn->global->cb_ctx,
1408 conn->global->event_cb(conn->global->cb_ctx,
1493 conn->global->event_cb(conn->global->cb_ctx,
1513 conn->global->event_cb(conn->global->cb_ctx,
tls_wolfssl.c 62 void *cb_ctx; member in struct:tls_context
115 context->cb_ctx = conf->cb_ctx;
875 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
968 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
1158 context->event_cb(context->cb_ctx,
tls_openssl.c 218 void *cb_ctx; member in struct:tls_context
293 context->cb_ctx = conf->cb_ctx;
778 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
2325 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
2455 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
2736 context->event_cb(context->cb_ctx,
4539 context->cb_ctx,
4582 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client_i.h 73 void *cb_ctx; member in struct:tlsv1_client
  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 46 void *cb_ctx; member in struct:pasn_data
135 * @ctx: Callback context from cb_ctx
146 * @ctx: Callback context from cb_ctx
187 void pasn_register_callbacks(struct pasn_data *pasn, void *cb_ctx,
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_glue.c 588 void *cb_ctx)
594 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
603 void *cb_ctx; member in struct:wpa_auth_iface_iter_data
612 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
621 void *cb_ctx)
629 data.cb_ctx = cb_ctx;
wpa_auth_i.h 247 void *cb_ctx; member in struct:wpa_authenticator
319 void *cb_ctx);
322 void *cb_ctx);
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 102 * @ctx: Pointer to context data (cb_ctx)
113 * cb_ctx - Callback context for cb()
115 void *cb_ctx; member in struct:eapol_ctx
  /src/external/apache2/mDNSResponder/nss/
nss_mdnsd.c 120 callback_ctx cb_ctx; /* must come first */ member in struct:hostent_ctx
130 callback_ctx cb_ctx; /* must come first */ member in struct:addrinfo_ctx
590 ctx->cb_ctx.done = false;
644 ctx->cb_ctx.done = false;
768 ctx->cb_ctx.done = true;
816 ctx->cb_ctx.done = true;
845 ctx->cb_ctx.done = true;
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 593 * cb_ctx - Context to use with callback functions
595 void *cb_ctx; member in struct:p2p_config
599 * @ctx: Callback context from cb_ctx
610 * @ctx: Callback context from cb_ctx
646 * @ctx: Callback context from cb_ctx
671 * @ctx: Callback context from cb_ctx
695 * @ctx: Callback context from cb_ctx
705 * @ctx: Callback context from cb_ctx
728 * @ctx: Callback context from cb_ctx
737 * @ctx: Callback context from cb_ctx
1750 void *cb_ctx; member in struct:p2p_group_config
    [all...]

Completed in 49 milliseconds