Home
last modified time | relevance | path

Searched refs:dpp (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/contrib/wpa/src/common/
H A Ddpp_tcp.c144 if (!dpp) in dpp_relay_add_controller()
170 if (!dpp) in dpp_relay_controller_get()
188 if (!dpp) in dpp_relay_controller_get_ctx()
207 if (!dpp) in dpp_relay_controller_get_addr()
713 return dpp && dl_list_len(&dpp->controllers) > 0; in dpp_relay_controller_available()
2138 if (!dpp || dpp->controller) in dpp_controller_start()
2206 if (!dpp || !dpp->controller) in dpp_controller_set_params()
2236 if (dpp && dpp->controller && dpp->controller->cb_ctx == cb_ctx) in dpp_controller_stop_for_ctx()
2379 if (!dpp) in dpp_relay_flush_controllers()
2400 if (!dpp) in dpp_relay_remove_controller()
[all …]
H A Ddpp.h586 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
616 void dpp_controller_pkex_add(struct dpp_global *dpp,
750 int dpp_relay_add_controller(struct dpp_global *dpp,
756 void dpp_relay_stop_listen(struct dpp_global *dpp);
764 int dpp_controller_start(struct dpp_global *dpp,
766 int dpp_controller_set_params(struct dpp_global *dpp,
768 void dpp_controller_stop(struct dpp_global *dpp);
790 int dpp_tcp_auth(struct dpp_global *dpp, void *_conn,
800 void dpp_tcp_send_conn_status(struct dpp_global *dpp,
821 void dpp_global_clear(struct dpp_global *dpp);
[all …]
H A Ddpp.c1373 if (!dpp) in dpp_configurator_get_id()
3134 if (dpp) in dpp_akm_from_str()
4338 if (!dpp) in dpp_bootstrap_del()
4348 dpp->remove_bi(dpp->cb_ctx, bi); in dpp_bootstrap_del()
4365 if (!dpp) in dpp_add_qr_code()
4384 if (!dpp) in dpp_add_nfc_uri()
4444 if (!dpp) in dpp_bootstrap_gen()
4507 if (!dpp) in dpp_bootstrap_get_id()
4649 if (!dpp) in dpp_bootstrap_find_pair()
4681 if (!dpp) in dpp_bootstrap_find_chirp()
[all …]
H A Ddpp_i.h43 unsigned int dpp_next_id(struct dpp_global *dpp);
164 void dpp_tcp_init_flush(struct dpp_global *dpp);
165 void dpp_relay_flush_controllers(struct dpp_global *dpp);
H A Ddpp_reconfig.c238 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_init() argument
292 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_init()
438 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_auth_req_rx() argument
520 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_auth_req_rx()
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7604.yaml36 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
37 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
38 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
39 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
40 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
41 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
42 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
43 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
44 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
45 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
[all …]
H A Dadv7604.txt45 "main", "avlink", "cec", "infoframe", "esdp", "dpp", "afe",
/freebsd-14.2/libexec/flua/modules/
H A Dlfs.c148 DIR *dp, **dpp; in lua_dir_iter_next() local
150 dpp = (DIR **)luaL_checkudata(L, 1, DIR_METATABLE); in lua_dir_iter_next()
151 dp = *dpp; in lua_dir_iter_next()
161 *dpp = NULL; in lua_dir_iter_next()
172 DIR *dp, **dpp; in lua_dir_iter_close() local
174 dpp = (DIR **)lua_touserdata(L, 1); in lua_dir_iter_close()
175 dp = *dpp; in lua_dir_iter_close()
180 *dpp = NULL; in lua_dir_iter_close()
/freebsd-14.2/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1040 if (!hapd->iface->interfaces->dpp) in hostapd_dpp_rx_auth_req()
1226 hapd->iface->interfaces->dpp, key); in hostapd_dpp_handle_key_pkg()
2384 dpp_bootstrap_remove(ifaces->dpp, id); in hostapd_dpp_rx_pkex_commit_reveal_resp()
3421 dpp_relay_listen(hapd->iface->interfaces->dpp, in hostapd_dpp_add_controllers()
3440 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_add_controller() local
3461 ret = dpp_relay_add_controller(dpp, &config); in hostapd_dpp_add_controller()
3475 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_remove_controller() local
3480 dpp_relay_remove_controller(dpp, &addr); in hostapd_dpp_remove_controller()
3929 if (!ifaces || !ifaces->dpp) in hostapd_dpp_push_button()
3953 if (!ifaces || !ifaces->dpp) in hostapd_dpp_push_button_stop()
[all …]
H A Dgas_serv.h78 int dpp; /* whether this is a DPP Config Response */ member
H A Dgas_serv.c1558 di->dpp = 1; in gas_serv_req_dpp_processing()
1606 int dpp = 0; in gas_serv_rx_gas_initial_req() local
1640 dpp = 1; in gas_serv_rx_gas_initial_req()
1684 if (dpp) { in gas_serv_rx_gas_initial_req()
1785 if (dialog->dpp) { in gas_serv_rx_gas_comeback_req()
1821 if (dialog->dpp) in gas_serv_rx_gas_comeback_req()
/freebsd-14.2/lib/libc/resolv/
H A Dres_mkquery.c108 u_char *dnptrs[20], **dpp, **lastdnptr; in res_nmkquery() local
131 dpp = dnptrs; in res_nmkquery()
132 *dpp++ = buf; in res_nmkquery()
133 *dpp++ = NULL; in res_nmkquery()
H A Dres_mkupdate.c106 u_char *dnptrs[20], **dpp, **lastdnptr; in res_nmkupdate() local
125 dpp = dnptrs; in res_nmkupdate()
126 *dpp++ = buf; in res_nmkupdate()
127 *dpp++ = NULL; in res_nmkupdate()
/freebsd-14.2/sys/kern/
H A Dvfs_lookup.c305 *dpp = ndp->ni_rootdir; in namei_handle_root()
306 vrefact(*dpp); in namei_handle_root()
324 *dpp = NULL; in namei_setup()
369 error = namei_handle_root(ndp, dpp); in namei_setup()
372 *dpp = ndp->ni_startdir; in namei_setup()
375 *dpp = pwd->pwd_cdir; in namei_setup()
376 vrefact(*dpp); in namei_setup()
383 error = fgetvp_lookup(ndp, dpp); in namei_setup()
385 if (error == 0 && (*dpp)->v_type != VDIR && in namei_setup()
411 if (*dpp != NULL) in namei_setup()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dsshbuf.c372 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve() argument
377 if (dpp != NULL) in sshbuf_reserve()
378 *dpp = NULL; in sshbuf_reserve()
386 if (dpp != NULL) in sshbuf_reserve()
387 *dpp = dp; in sshbuf_reserve()
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A DREADME-DPP128 Send provisioning request to Enrollee. (conf is ap-dpp if Enrollee is an
129 AP. conf is sta-dpp if Enrollee is a client)
130 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configura…
168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
H A Ddpp_supplicant.c80 bi = dpp_add_qr_code(wpa_s->dpp, cmd); in wpas_dpp_qr_code()
118 bi = dpp_add_nfc_uri(wpa_s->dpp, cmd); in wpas_dpp_nfc_uri()
1229 if (!wpa_s->dpp) in wpas_dpp_rx_auth_req()
2414 if (!wpa_s->dpp) in wpas_dpp_rx_presence_announcement()
2507 if (!wpa_s->dpp) in wpas_dpp_rx_reconfig_announcement()
2599 if (!wpa_s->dpp) in wpas_dpp_rx_reconfig_auth_req()
4837 return wpa_s->dpp ? 0 : -1; in wpas_dpp_init()
4852 if (!wpa_s->dpp) in wpas_dpp_deinit()
4889 dpp_global_clear(wpa_s->dpp); in wpas_dpp_deinit()
5700 if (!wpa_s->dpp) in wpas_dpp_push_button()
[all …]
/freebsd-14.2/sys/libkern/
H A Diconv_xlat.c57 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_xlat_open() argument
65 *dpp = (void*)dp; in iconv_xlat_open()
H A Diconv_xlat16.c62 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_xlat16_open() argument
92 *dpp = (void*)dp; in iconv_xlat16_open()
H A Diconv_ucs.c90 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_ucs_open() argument
141 *dpp = (void*)dp; in iconv_ucs_open()
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c559 dt_proc_t *dpr, **dpp = &dph->dph_hash[pid & (dph->dph_hashlen - 1)]; in dt_proc_lookup() local
561 for (dpr = *dpp; dpr != NULL; dpr = dpr->dpr_hash) { in dt_proc_lookup()
565 dpp = &dpr->dpr_hash; in dt_proc_lookup()
572 *dpp = dpr->dpr_hash; /* remove from pid hash chain */ in dt_proc_lookup()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dmain.c806 interfaces.dpp = dpp_global_init(&dpp_conf); in main()
807 if (!interfaces.dpp) in main()
1045 dpp_global_deinit(interfaces.dpp); in main()
/freebsd-14.2/contrib/sendmail/src/
H A Dsm_resolve.c556 static unsigned char *dnptrs[20], **dpp, **lastdnptr; local
581 dpp = dnptrs;
582 *dpp++ = buf;
583 *dpp++ = NULL;
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h153 int dsl_pool_init(spa_t *spa, uint64_t txg, dsl_pool_t **dpp);
/freebsd-14.2/sys/dev/usb/
H A Dusb_generic.c1989 ugen_get_port_path(struct usb_fifo *f, struct usb_device_port_path *dpp) in ugen_get_port_path() argument
1998 dpp->udp_bus = device_get_unit(udev->bus->bdev); in ugen_get_port_path()
1999 dpp->udp_index = udev->device_index; in ugen_get_port_path()
2013 dpp->udp_port_level = nlevel; in ugen_get_port_path()
2018 dpp->udp_port_no[--nlevel] = next->port_no; in ugen_get_port_path()
2235 struct usb_device_port_path *dpp; in ugen_ioctl_post() member
2424 error = ugen_get_port_path(f, u.dpp); in ugen_ioctl_post()

12