HomeSort by relevance Sort by last modified time
    Searched refs:cb_ctx (Results 1 - 25 of 38) 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)
241 srv->cb_ctx = cb_ctx;
wps_common.c 284 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
297 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data);
313 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
322 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
331 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL);
340 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL);
349 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL);
402 wps->cred_cb(wps->cb_ctx, &cred);
451 wps->cred_cb(wps->cb_ctx, &local_cred);
wps_enrollee.c 150 wps->wps->rf_band_cb(wps->wps->cb_ctx)) ||
726 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
854 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
1046 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1158 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS,
    [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...]
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_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
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 133 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
273 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
292 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
p2p.c 72 p2p->cfg->go_connected(p2p->cfg->cb_ctx,
237 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res);
287 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
334 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
508 p2p->cfg->dev_found(p2p->cfg->cb_ctx,
836 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info,
864 p2p->cfg->dev_lost(p2p->cfg->cb_ctx,
945 p2p->cfg->stop_listen(p2p->cfg->cb_ctx);
956 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq,
988 p2p->cfg->send_action(p2p->cfg->cb_ctx,
    [all...]
p2p_pd.c 249 p2p->cfg->prov_disc_req(p2p->cfg->cb_ctx, sa,
315 p2p->cfg->prov_disc_fail(p2p->cfg->cb_ctx, sa,
343 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
352 p2p->cfg->prov_disc_resp(p2p->cfg->cb_ctx, sa,
p2p_invitation.c 245 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id,
473 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status,
552 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
558 p2p->cfg->invitation_received(p2p->cfg->cb_ctx,
p2p_group.c 69 group->cfg->idle_update(group->cfg->cb_ctx, 1);
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
637 group->cfg->idle_update(group->cfg->cb_ctx, 0);
698 group->cfg->idle_update(group->cfg->cb_ctx, 1);
924 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
962 group->p2p->cfg->cb_ctx, group->cfg->interface_addr,
p2p_sd.c 400 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token,
473 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
588 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic,
681 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
827 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa,
p2p_go_neg.c 623 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
659 p2p->cfg->go_neg_req_rx(p2p->cfg->cb_ctx, sa,
970 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
    [all...]
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...]
  /external/wpa_supplicant_8/src/utils/
http-utils.h 59 void *cb_ctx);
  /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;
wpa_auth_i.h 221 void *cb_ctx);
224 void *cb_ctx);
wpa_auth.h 204 void *ctx), void *cb_ctx);
206 void *ctx), void *cb_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/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

Completed in 497 milliseconds

1 2