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)
241 srv->cb_ctx = cb_ctx;
wps.h 250 * @ctx: Higher layer context data (cb_ctx)
264 * @ctx: Higher layer context data (cb_ctx)
278 * @ctx: Higher layer context data (cb_ctx)
291 * @ctx: Higher layer context data (cb_ctx)
306 * @ctx: Higher layer context data (cb_ctx)
324 * @ctx: Higher layer context data (cb_ctx)
339 * cb_ctx: Higher layer context data for Registrar callbacks
341 void *cb_ctx; member in struct:wps_registrar_config
755 * @ctx: Higher layer context data (cb_ctx)
763 * @ctx: Higher layer context data (cb_ctx)
780 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;
1118 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e,
1171 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
1182 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev);
1193 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len);
1200 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1223 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar,
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 313 void *cb_ctx)
319 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
328 void *cb_ctx; member in struct:wpa_auth_iface_iter_data
337 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
346 void *cb_ctx)
354 data.cb_ctx = cb_ctx;
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 98 * @ctx: Pointer to context data (cb_ctx)
109 * cb_ctx - Callback context for cb()
111 void *cb_ctx; member in struct:eapol_ctx
  /external/wpa_supplicant_8/src/crypto/
tls.h 80 void *cb_ctx; member in struct:tls_config
tls_openssl.c 91 void *cb_ctx; member in struct:tls_context
139 context->cb_ctx = conf->cb_ctx;
591 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 414 * cb_ctx - Context to use with callback functions
416 void *cb_ctx; member in struct:p2p_config
420 * @ctx: Callback context from cb_ctx
431 * @ctx: Callback context from cb_ctx
464 * @ctx: Callback context from cb_ctx
486 * @ctx: Callback context from cb_ctx
508 * @ctx: Callback context from cb_ctx
518 * @ctx: Callback context from cb_ctx
541 * @ctx: Callback context from cb_ctx
550 * @ctx: Callback context from cb_ctx
1421 void *cb_ctx; member in struct:p2p_group_config
    [all...]

Completed in 155 milliseconds