HomeSort by relevance Sort by last modified time
    Searched refs:cb_ctx (Results 1 - 25 of 37) sorted by null

1 2

  /external/wpa_supplicant_8/src/wps/
http_client.h 28 void *cb_ctx);
34 void *cb_ctx);
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.h 29 void *cb_ctx);
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_common.c 281 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
294 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data);
310 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
319 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
328 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL);
337 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL);
346 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL);
396 wps->cred_cb(wps->cb_ctx, &cred);
446 wps->cred_cb(wps->cb_ctx, &local_cred);
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_enrollee.c 152 wps->wps->rf_band_cb(wps->wps->cb_ctx)) ||
692 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
824 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
978 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1090 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS,
    [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...]
wps_er.c 55 wps->event_cb(wps->cb_ctx, event, &data);
150 wps->event_cb(wps->cb_ctx, event, &data);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.h 51 void *cb_ctx; member in struct:ikev2_initiator_data
eap_server_ikev2.c 113 data->ikev2.cb_ctx = sm;
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 129 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
269 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
288 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
320 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
p2p_pd.c 235 p2p->cfg->prov_disc_req(p2p->cfg->cb_ctx, sa,
301 p2p->cfg->prov_disc_fail(p2p->cfg->cb_ctx, sa,
329 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
338 p2p->cfg->prov_disc_resp(p2p->cfg->cb_ctx, sa,
p2p.c 90 p2p->cfg->go_connected(p2p->cfg->cb_ctx,
261 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res);
304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
344 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
523 p2p->cfg->dev_found(p2p->cfg->cb_ctx,
811 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info,
839 p2p->cfg->dev_lost(p2p->cfg->cb_ctx,
918 p2p->cfg->stop_listen(p2p->cfg->cb_ctx);
929 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq,
964 p2p->cfg->send_action(p2p->cfg->cb_ctx,
    [all...]
p2p_invitation.c 229 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id,
432 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status,
502 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
508 p2p->cfg->invitation_received(p2p->cfg->cb_ctx,
p2p_group.c 68 group->cfg->idle_update(group->cfg->cb_ctx, 1);
466 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
600 group->cfg->idle_update(group->cfg->cb_ctx, 0);
652 group->cfg->idle_update(group->cfg->cb_ctx, 1);
878 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
916 group->p2p->cfg->cb_ctx, group->cfg->interface_addr,
p2p_sd.c 366 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token,
447 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
569 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic,
670 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
823 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa,
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...]
  /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;
wpa_auth_i.h 203 void *cb_ctx);
206 void *cb_ctx);
wpa_auth.h 196 void *ctx), void *cb_ctx);
198 void *ctx), void *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/rsn_supp/
preauth.c 210 ctx->cb_ctx = sm;

Completed in 326 milliseconds

1 2