HomeSort by relevance Sort by last modified time
    Searched defs:cb_ctx (Results 1 - 15 of 15) 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);
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 251 * @ctx: Higher layer context data (cb_ctx)
265 * @ctx: Higher layer context data (cb_ctx)
279 * @ctx: Higher layer context data (cb_ctx)
292 * @ctx: Higher layer context data (cb_ctx)
307 * @ctx: Higher layer context data (cb_ctx)
325 * @ctx: Higher layer context data (cb_ctx)
340 * cb_ctx: Higher layer context data for Registrar callbacks
342 void *cb_ctx; member in struct:wps_registrar_config
766 * @ctx: Higher layer context data (cb_ctx)
774 * @ctx: Higher layer context data (cb_ctx)
791 void *cb_ctx; member in struct:wps_context
    [all...]
wps_registrar.c 162 void *cb_ctx; member in struct:wps_registrar
653 reg->cb_ctx = cfg->cb_ctx;
1133 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e,
1186 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
1197 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev);
1208 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len);
1215 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1238 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar
    [all...]
  /external/wpa_supplicant_8/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 88 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;
853 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1181 conn->global->event_cb(conn->global->cb_ctx,
    [all...]
tls_openssl.c 211 void *cb_ctx; member in struct:tls_context
272 context->cb_ctx = conf->cb_ctx;
727 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 73 void *cb_ctx; member in struct:tlsv1_client
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.cpp 71 void *cb_ctx; member in struct:ring_buf_cb
336 rbc->threshold_cb(rbc->cb_ctx);
560 void *cb_ctx)
566 rbc->cb_ctx = cb_ctx;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 432 void *cb_ctx)
438 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
447 void *cb_ctx; member in struct:wpa_auth_iface_iter_data
456 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
465 void *cb_ctx)
473 data.cb_ctx = cb_ctx;
wpa_auth_i.h 209 void *cb_ctx; member in struct:wpa_authenticator
270 void *cb_ctx);
273 void *cb_ctx);
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 100 * @ctx: Pointer to context data (cb_ctx)
111 * cb_ctx - Callback context for cb()
113 void *cb_ctx; member in struct:eapol_ctx
  /external/wpa_supplicant_8/src/p2p/
p2p.h 579 * cb_ctx - Context to use with callback functions
581 void *cb_ctx; member in struct:p2p_config
585 * @ctx: Callback context from cb_ctx
596 * @ctx: Callback context from cb_ctx
630 * @ctx: Callback context from cb_ctx
655 * @ctx: Callback context from cb_ctx
677 * @ctx: Callback context from cb_ctx
687 * @ctx: Callback context from cb_ctx
710 * @ctx: Callback context from cb_ctx
719 * @ctx: Callback context from cb_ctx
1728 void *cb_ctx; member in struct:p2p_group_config
    [all...]

Completed in 319 milliseconds