/external/wpa_supplicant_8/src/wps/ |
D | http_client.c | 30 void *cb_ctx; member 40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout() 63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response() 69 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response() 72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response() 75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response() 78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response() 102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready() 124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready() 135 void *cb_ctx) in http_client_addr() argument [all …]
|
D | http_server.c | 31 void *cb_ctx; member 51 srv->cb(srv->cb_ctx, req); in http_request_cb() 231 void *cb_ctx) in http_server_init() argument 241 srv->cb_ctx = cb_ctx; in http_server_init()
|
D | http_client.h | 28 void *cb_ctx); 34 void *cb_ctx);
|
D | wps_common.c | 285 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event() 298 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); in wps_success_event() 314 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event() 323 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event() 332 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event() 341 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL); in wps_pbc_active_event() 350 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL); in wps_pbc_disable_event() 403 wps->cred_cb(wps->cb_ctx, &cred); in wps_get_oob_cred() 452 wps->cred_cb(wps->cb_ctx, &local_cred); in wps_oob_use_cred()
|
D | http_server.h | 29 void *cb_ctx);
|
D | wps_registrar.c | 162 void *cb_ctx; member 653 reg->cb_ctx = cfg->cb_ctx; in wps_registrar_init() 1133 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e, in wps_registrar_probe_req_rx() 1186 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, in wps_cb_new_psk() 1197 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev); in wps_cb_pin_needed() 1208 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len); in wps_cb_reg_success() 1215 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie() 1238 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar, in wps_cb_set_sel_reg() 1843 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2() 1912 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2d() [all …]
|
D | wps_enrollee.c | 150 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m1() 753 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred); in wps_process_cred_e() 882 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &cred); in wps_process_ap_settings_e() 1074 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data); in wps_process_m2d() 1186 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS, in wps_process_m6()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_pd.c | 58 p2p->cfg->cb_ctx, intended_addr, ssid, in p2ps_add_new_group_info() 121 p2p->cfg->cb_ctx, dev->info.p2p_device_addr, in p2ps_add_pd_req_attrs() 328 p2p->cfg->cb_ctx, in p2p_build_prov_disc_resp() 702 p2p->cfg->cb_ctx, dev->info.p2p_device_addr, in p2p_process_prov_disc_req() 737 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req() 897 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req() 1026 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, in p2p_process_prov_disc_req() 1039 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, in p2p_process_prov_disc_req() 1048 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req() 1062 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, *msg.status, sa, in p2p_process_prov_disc_req() [all …]
|
D | p2p_invitation.c | 258 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id, in p2p_process_invitation_req() 445 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 452 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 457 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 465 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 493 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 494 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 504 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp() 552 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status, in p2p_process_invitation_resp() 631 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_invitation_resp_cb() [all …]
|
D | p2p.c | 74 p2p->cfg->go_connected(p2p->cfg->cb_ctx, in p2p_expire_peers() 249 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res); in p2p_go_neg_failed() 299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, in p2p_listen_in_find() 346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen() 524 p2p->cfg->dev_found(p2p->cfg->cb_ctx, in p2p_add_group_clients() 899 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_device() 929 p2p->cfg->dev_lost(p2p->cfg->cb_ctx, in p2p_device_free() 1011 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_search() 1030 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search() 1072 p2p->cfg->send_action(p2p->cfg->cb_ctx, in p2p_run_after_scan() [all …]
|
D | p2p_dev_disc.c | 133 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_dev_disc_resp_cb() 273 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_dev_disc_resp() 292 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_disc_req_cb() 324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000, in p2p_process_go_disc_req()
|
D | p2p_group.c | 69 group->cfg->idle_update(group->cfg->cb_ctx, 1); in p2p_group_init() 506 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie); in p2p_group_update_ies() 640 group->cfg->idle_update(group->cfg->cb_ctx, 0); in p2p_group_notif_assoc() 701 group->cfg->idle_update(group->cfg->cb_ctx, 1); in p2p_group_notif_disassoc() 941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover() 979 group->p2p->cfg->cb_ctx, group->cfg->interface_addr, in p2p_group_presence_req()
|
D | p2p_sd.c | 418 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token, in p2p_rx_gas_initial_req() 500 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_initial_resp() 615 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic, in p2p_rx_gas_initial_resp() 715 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_comeback_resp() 861 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, in p2p_rx_gas_comeback_resp()
|
D | p2p_go_neg.c | 663 if (p2p->cfg->get_pref_freq_list(p2p->cfg->cb_ctx, go, &size, in p2p_check_pref_chan() 819 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_req() 858 p2p->cfg->go_neg_req_rx(p2p->cfg->cb_ctx, sa, in p2p_process_go_neg_req() 1199 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_resp() 1401 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_resp() 1441 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_conf()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 209 void *cb_ctx; member 270 void *cb_ctx); 273 void *cb_ctx);
|
D | wpa_auth_glue.c | 432 void *cb_ctx) in hostapd_wpa_auth_for_each_sta() argument 438 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx)) in hostapd_wpa_auth_for_each_sta() 447 void *cb_ctx; member 456 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) in wpa_auth_iface_iter() 465 void *cb_ctx) in hostapd_wpa_auth_for_each_auth() argument 473 data.cb_ctx = cb_ctx; in hostapd_wpa_auth_for_each_auth()
|
D | wpa_auth.c | 80 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_mic_failure_report() 89 wpa_auth->cb->psk_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_psk_failure_report() 98 wpa_auth->cb->set_eapol(wpa_auth->cb_ctx, addr, var, value); in wpa_auth_set_eapol() 107 return wpa_auth->cb->get_eapol(wpa_auth->cb_ctx, addr, var); in wpa_auth_get_eapol() 118 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_auth_get_psk() 128 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len); in wpa_auth_get_msk() 139 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key() 149 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum() 159 return wpa_auth->cb->send_eapol(wpa_auth->cb_ctx, addr, data, data_len, in wpa_auth_send_eapol() 170 return wpa_auth->cb->start_ampe(wpa_auth->cb_ctx, addr); in wpa_auth_start_ampe() [all …]
|
D | wpa_auth.h | 247 void *ctx), void *cb_ctx); 249 void *ctx), void *cb_ctx); 269 void *cb_ctx);
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_internal.c | 29 void *cb_ctx; member 61 global->cb_ctx = conf->cb_ctx; in tls_init() 111 global->cb_ctx, global->cert_in_cb); in tls_connection_init()
|
D | tls_gnutls.c | 38 void *cb_ctx; member 123 global->cb_ctx = conf->cb_ctx; in tls_init() 853 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in gnutls_tls_fail_event() 1181 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1269 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1358 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake()
|
/external/wpa_supplicant_8/src/utils/ |
D | http-utils.h | 59 void *cb_ctx);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.h | 51 void *cb_ctx; member
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client.h | 57 void *cb_ctx,
|
D | tlsv1_client_i.h | 73 void *cb_ctx; member
|
D | tlsv1_client.c | 840 void *cb_ctx, in tlsv1_client_set_cb() argument 844 conn->cb_ctx = cb_ctx; in tlsv1_client_set_cb()
|