Home
last modified time | relevance | path

Searched refs:cb_ctx (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/wpa/src/wps/
H A Dhttp_client.c30 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 …]
H A Dhttp_server.c31 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()
H A Dhttp_client.h28 void *cb_ctx);
34 void *cb_ctx);
H A Dwps_common.c285 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()
H A Dhttp_server.h29 void *cb_ctx);
H A Dwps_registrar.c164 void *cb_ctx; member
685 reg->cb_ctx = cfg->cb_ctx; in wps_registrar_init()
1182 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e, in wps_registrar_probe_req_rx()
1235 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, in wps_cb_new_psk()
1246 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev); in wps_cb_pin_needed()
1257 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len); in wps_cb_reg_success()
1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1287 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar, in wps_cb_set_sel_reg()
1298 return reg->lookup_pskfile_cb(reg->cb_ctx, mac_addr, psk); in wps_cp_lookup_pskfile()
1906 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2()
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c296 struct mlx4_alias_guid_work_context *cb_ctx = context; in aliasguid_query_handler() local
308 dev = cb_ctx->dev; in aliasguid_query_handler()
309 port_index = cb_ctx->port - 1; in aliasguid_query_handler()
311 all_rec_per_port[cb_ctx->block_num]; in aliasguid_query_handler()
315 cb_ctx->port, status); in aliasguid_query_handler()
320 if (guid_rec->block_num != cb_ctx->block_num) { in aliasguid_query_handler()
322 cb_ctx->block_num, guid_rec->block_num); in aliasguid_query_handler()
327 be16_to_cpu(guid_rec->lid), cb_ctx->port, in aliasguid_query_handler()
337 if (!(cb_ctx->guid_indexes & in aliasguid_query_handler()
343 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) { in aliasguid_query_handler()
[all …]
/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c31 void *cb_ctx; member
64 void *cb_ctx; member
85 void *cb_ctx; member
155 ctrl->cb_ctx = config->cb_ctx; in dpp_relay_add_controller()
184 dpp_relay_controller_get_ctx(struct dpp_global *dpp, void *cb_ctx) in dpp_relay_controller_get_ctx() argument
193 if (cb_ctx == ctrl->cb_ctx) in dpp_relay_controller_get_ctx()
302 conn->tcp_msg_sent(conn->cb_ctx, conn->auth)) in dpp_tcp_send()
474 conn->cb_ctx = ctrl->global->cb_ctx; in dpp_relay_new_conn()
587 void *cb_ctx) in dpp_relay_rx_action() argument
619 ctrl = dpp_relay_controller_get_ctx(dpp, cb_ctx); in dpp_relay_rx_action()
[all …]
H A Ddpp.h434 void *cb_ctx; member
448 void *cb_ctx; member
760 void *cb_ctx);
769 void dpp_controller_stop_for_ctx(struct dpp_global *dpp, void *cb_ctx);
776 void *msg_ctx, void *cb_ctx,
785 void *msg_ctx, void *cb_ctx,
816 void *cb_ctx; member
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_pd.c58 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()
334 p2p->cfg->cb_ctx, in p2p_build_prov_disc_resp()
714 p2p->cfg->cb_ctx, dev->info.p2p_device_addr, in p2p_process_prov_disc_req()
749 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req()
909 conncap = p2p->cfg->p2ps_group_capability(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req()
1038 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, in p2p_process_prov_disc_req()
1051 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, reject, in p2p_process_prov_disc_req()
1060 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, in p2p_process_prov_disc_req()
1074 p2p->cfg->p2ps_prov_complete(p2p->cfg->cb_ctx, *msg.status, sa, in p2p_process_prov_disc_req()
[all …]
H A Dp2p_invitation.c268 p2p->cfg->cb_ctx, sa, msg.group_bssid, msg.group_id, in p2p_process_invitation_req()
455 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
462 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
467 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
475 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
503 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
504 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
514 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
562 p2p->cfg->invitation_result(p2p->cfg->cb_ctx, *msg.status, in p2p_process_invitation_resp()
646 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_invitation_resp_cb()
[all …]
H A Dp2p_dev_disc.c133 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()
H A Dp2p.c74 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()
348 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen()
531 p2p->cfg->dev_found(p2p->cfg->cb_ctx, in p2p_add_group_clients()
919 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_device()
949 p2p->cfg->dev_lost(p2p->cfg->cb_ctx, in p2p_device_free()
1031 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_search()
1051 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search()
1249 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_find()
[all …]
H A Dp2p_group.c69 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()
980 group->p2p->cfg->cb_ctx, group->cfg->interface_addr, in p2p_group_presence_req()
H A Dp2p_sd.c416 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token, in p2p_rx_gas_initial_req()
507 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_initial_resp()
622 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, update_indic, in p2p_rx_gas_initial_resp()
722 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_comeback_resp()
868 p2p->cfg->sd_response(p2p->cfg->cb_ctx, sa, in p2p_rx_gas_comeback_resp()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.c35 void pasn_register_callbacks(struct pasn_data *pasn, void *cb_ctx, in pasn_register_callbacks() argument
47 pasn->cb_ctx = cb_ctx; in pasn_register_callbacks()
H A Dpasn_common.h46 void *cb_ctx; member
187 void pasn_register_callbacks(struct pasn_data *pasn, void *cb_ctx,
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h247 void *cb_ctx; member
319 void *cb_ctx);
322 void *cb_ctx);
H A Dwpa_auth.c232 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_mic_failure_report()
241 wpa_auth->cb->psk_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_psk_failure_report()
250 wpa_auth->cb->set_eapol(wpa_auth->cb_ctx, addr, var, value); in wpa_auth_set_eapol()
259 return wpa_auth->cb->get_eapol(wpa_auth->cb_ctx, addr, var); in wpa_auth_get_eapol()
271 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_auth_get_psk()
281 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len); in wpa_auth_get_msk()
293 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
306 return wpa_auth->cb->set_ltf_keyseed(wpa_auth->cb_ctx, peer_addr, in wpa_auth_set_ltf_keyseed()
322 res = wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
354 return wpa_auth->cb->send_eapol(wpa_auth->cb_ctx, addr, data, data_len, in wpa_auth_send_eapol()
[all …]
/freebsd/sys/dev/usb/input/
H A Dusbhid.c114 void *cb_ctx; member
270 struct usbhid_softc *sc = xfer_ctx->cb_ctx; in usbhid_intr_handler_cb()
283 wakeup(xfer_ctx->cb_ctx); in usbhid_sync_wakeup_cb()
431 .cb_ctx = sc, in usbhid_intr_start()
438 .cb_ctx = sc, in usbhid_intr_start()
501 xfer_ctx->cb_ctx = xfer_ctx; in usbhid_sync_xfer()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_internal.c29 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()
H A Dtls_gnutls.c38 void *cb_ctx; member
123 global->cb_ctx = conf->cb_ctx; in tls_init()
949 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in gnutls_tls_fail_event()
1323 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer()
1408 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer()
1493 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake()
1513 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake()
/freebsd/contrib/wpa/src/eap_server/
H A Dikev2.h51 void *cb_ctx; member
/freebsd/contrib/wpa/src/utils/
H A Dhttp-utils.h60 void *cb_ctx);
/freebsd/sys/dev/oce/
H A Doce_user.h86 void *cb_ctx; member

123