/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); 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.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 | 282 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); 295 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); 311 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); 320 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); 329 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); 338 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL); 347 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL); 400 wps->cred_cb(wps->cb_ctx, &cred); 449 wps->cred_cb(wps->cb_ctx, &local_cred);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
ring_buffer.h | 48 typedef void (*threshold_call_back) (void *cb_ctx); 78 void *cb_ctx);
|
rb_wrapper.h | 56 void push_out_rb_data(void *cb_ctx);
|
rb_wrapper.cpp | 113 void push_out_rb_data(void *cb_ctx) 115 struct rb_info *rb_info = (struct rb_info *)cb_ctx;
|
ring_buffer.cpp | 70 void *cb_ctx; member in struct:ring_buf_cb 335 rbc->threshold_cb(rbc->cb_ctx); 559 void *cb_ctx) 565 rbc->cb_ctx = cb_ctx;
|
/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_pd.c | 58 p2p->cfg->cb_ctx, intended_addr, ssid, 121 p2p->cfg->cb_ctx, dev->info.p2p_device_addr, 328 p2p->cfg->cb_ctx, 702 p2p->cfg->cb_ctx, dev->info.p2p_device_addr, 737 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, 897 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, 1026 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, 1039 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, 1048 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, 1062 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, *msg.status, sa [all...] |
p2p_invitation.c | 258 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id, 445 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 452 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 457 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 465 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 493 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 494 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); 504 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 552 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status, 631 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); [all...] |
p2p.c | 74 p2p->cfg->go_connected(p2p->cfg->cb_ctx, 249 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res); 299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, 346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { 524 p2p->cfg->dev_found(p2p->cfg->cb_ctx, 891 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, 921 p2p->cfg->dev_lost(p2p->cfg->cb_ctx, 1003 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); 1014 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, 1056 p2p->cfg->send_action(p2p->cfg->cb_ctx, [all...] |
p2p_group.c | 69 group->cfg->idle_update(group->cfg->cb_ctx, 1); 504 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie); 638 group->cfg->idle_update(group->cfg->cb_ctx, 0); 699 group->cfg->idle_update(group->cfg->cb_ctx, 1); 925 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, 963 group->p2p->cfg->cb_ctx, group->cfg->interface_addr,
|
p2p_sd.c | 418 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token, 498 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 613 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic, 711 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 857 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa,
|
p2p_go_neg.c | 694 if (p2p->cfg->get_pref_freq_list(p2p->cfg->cb_ctx, go, &size, 823 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); 862 p2p->cfg->go_neg_req_rx(p2p->cfg->cb_ctx, sa, [all...] |
/external/wpa_supplicant_8/src/utils/ |
http-utils.h | 59 void *cb_ctx);
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client.h | 57 void *cb_ctx,
|
tlsv1_client_i.h | 73 void *cb_ctx; member in struct:tlsv1_client
|
tlsv1_client.c | 840 void *cb_ctx, 844 conn->cb_ctx = cb_ctx;
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 228 void *cb_ctx); 231 void *cb_ctx);
|
wpa_auth_glue.c | 357 void *cb_ctx) 363 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx)) 372 void *cb_ctx; member in struct:wpa_auth_iface_iter_data 381 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) 390 void *cb_ctx) 398 data.cb_ctx = cb_ctx;
|
/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_gnutls.c | 38 void *cb_ctx; member in struct:tls_global 123 global->cb_ctx = conf->cb_ctx; 846 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); 1174 conn->global->event_cb(conn->global->cb_ctx, 1262 conn->global->event_cb(conn->global->cb_ctx [all...] |