HomeSort by relevance Sort by last modified time
    Searched defs:cb_ctx (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
ikev2.h 51 void *cb_ctx; member in struct:ikev2_initiator_data
  /external/wpa_supplicant_8/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);
101 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)
240 srv->cb_ctx = cb_ctx;
wps.h 247 * @ctx: Higher layer context data (cb_ctx)
261 * @ctx: Higher layer context data (cb_ctx)
275 * @ctx: Higher layer context data (cb_ctx)
288 * @ctx: Higher layer context data (cb_ctx)
303 * @ctx: Higher layer context data (cb_ctx)
321 * @ctx: Higher layer context data (cb_ctx)
336 * cb_ctx: Higher layer context data for Registrar callbacks
338 void *cb_ctx; member in struct:wps_registrar_config
742 * @ctx: Higher layer context data (cb_ctx)
750 * @ctx: Higher layer context data (cb_ctx)
767 void *cb_ctx; member in struct:wps_context
    [all...]
wps_registrar.c 160 void *cb_ctx; member in struct:wps_registrar
661 reg->cb_ctx = cfg->cb_ctx;
1124 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e,
1177 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
1188 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev);
1199 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len);
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1231 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar,
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 294 void *cb_ctx)
300 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
309 void *cb_ctx; member in struct:wpa_auth_iface_iter_data
318 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
327 void *cb_ctx)
335 data.cb_ctx = cb_ctx;
  /external/wpa_supplicant_8/src/crypto/
tls.h 79 void *cb_ctx; member in struct:tls_config
tls_openssl.c 80 void *cb_ctx; member in struct:tls_context
126 context->cb_ctx = conf->cb_ctx;
578 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
1219 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1257 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 82 * @ctx: Pointer to context data (cb_ctx)
92 * cb_ctx - Callback context for cb()
94 void *cb_ctx; member in struct:eapol_ctx
  /external/wpa_supplicant_8/src/p2p/
p2p.h 374 * cb_ctx - Context to use with callback functions
376 void *cb_ctx; member in struct:p2p_config
380 * @ctx: Callback context from cb_ctx
391 * @ctx: Callback context from cb_ctx
424 * @ctx: Callback context from cb_ctx
446 * @ctx: Callback context from cb_ctx
468 * @ctx: Callback context from cb_ctx
478 * @ctx: Callback context from cb_ctx
501 * @ctx: Callback context from cb_ctx
510 * @ctx: Callback context from cb_ctx
1340 void *cb_ctx; member in struct:p2p_group_config
    [all...]

Completed in 146 milliseconds