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 280 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
289 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, NULL);
303 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
312 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
321 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL);
395 wps->cred_cb(wps->cb_ctx, &local_cred);
wps.h 247 * @ctx: Higher layer context data (cb_ctx)
260 * @ctx: Higher layer context data (cb_ctx)
274 * @ctx: Higher layer context data (cb_ctx)
287 * @ctx: Higher layer context data (cb_ctx)
302 * @ctx: Higher layer context data (cb_ctx)
320 * @ctx: Higher layer context data (cb_ctx)
335 * cb_ctx: Higher layer context data for Registrar callbacks
337 void *cb_ctx; member in struct:wps_registrar_config
717 * @ctx: Higher layer context data (cb_ctx)
725 * @ctx: Higher layer context data (cb_ctx)
735 void *cb_ctx; member in struct:wps_context
    [all...]
wps_enrollee.c 701 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
833 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
969 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1081 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
660 reg->cb_ctx = cfg->cb_ctx;
1120 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e,
1173 return reg->new_psk_cb(reg->cb_ctx, mac_addr, psk, psk_len);
1183 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev);
1194 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len);
1201 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1226 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 110 data->ikev2.cb_ctx = sm;
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 137 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
296 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
317 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
352 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
p2p_pd.c 244 p2p->cfg->prov_disc_req(p2p->cfg->cb_ctx, sa,
316 p2p->cfg->prov_disc_fail(p2p->cfg->cb_ctx, sa,
344 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
355 p2p->cfg->prov_disc_resp(p2p->cfg->cb_ctx, sa,
p2p.c 91 p2p->cfg->go_connected(p2p->cfg->cb_ctx,
257 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res);
304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
351 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
533 p2p->cfg->dev_found(p2p->cfg->cb_ctx,
833 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info,
861 p2p->cfg->dev_lost(p2p->cfg->cb_ctx,
943 p2p->cfg->stop_listen(p2p->cfg->cb_ctx);
955 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq,
995 p2p->cfg->send_action(p2p->cfg->cb_ctx,
    [all...]
p2p_invitation.c 233 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id,
468 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status,
548 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
557 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);
880 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
919 group->p2p->cfg->cb_ctx, group->cfg->interface_addr,
p2p_sd.c 380 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token,
468 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
609 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic,
718 p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
892 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa,
p2p.h 392 * cb_ctx - Context to use with callback functions
394 void *cb_ctx; member in struct:p2p_config
401 * @ctx: Callback context from cb_ctx
434 * @ctx: Callback context from cb_ctx
456 * @ctx: Callback context from cb_ctx
478 * @ctx: Callback context from cb_ctx
488 * @ctx: Callback context from cb_ctx
511 * @ctx: Callback context from cb_ctx
520 * @ctx: Callback context from cb_ctx
537 * @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 288 void *cb_ctx)
294 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
303 void *cb_ctx; member in struct:wpa_auth_iface_iter_data
312 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
321 void *cb_ctx)
329 data.cb_ctx = cb_ctx;
wpa_auth_i.h 202 void *cb_ctx);
205 void *cb_ctx);
wpa_auth.h 192 void *ctx), void *cb_ctx);
194 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 69 void *cb_ctx; member in struct:tls_global
548 tls_global->event_cb(tls_global->cb_ctx, TLS_ALERT,
714 tls_global->cb_ctx = conf->cb_ctx;
1163 tls_global->event_cb(tls_global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1200 tls_global->event_cb(tls_global->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
1308 tls_global->event_cb(tls_global->cb_ctx,
    [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/wpa_supplicant/
ibss_rsn.c 301 void *cb_ctx)
309 if (peer->auth && cb(peer->auth, cb_ctx))

Completed in 334 milliseconds

1 2