Home
last modified time | relevance | path

Searched refs:dpp_bootstrap_info (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/wpa/src/common/
H A Ddpp.h163 struct dpp_bootstrap_info { struct
209 struct dpp_bootstrap_info *own_bi; argument
287 struct dpp_bootstrap_info *peer_bi;
288 struct dpp_bootstrap_info *own_bi;
289 struct dpp_bootstrap_info *tmp_own_bi;
598 struct dpp_bootstrap_info *own_bi,
617 struct dpp_bootstrap_info *bi,
680 struct dpp_bootstrap_info *bi,
725 struct dpp_bootstrap_info *
728 struct dpp_bootstrap_info *
[all …]
H A Ddpp_i.h35 void (*remove_bi)(void *ctx, struct dpp_bootstrap_info *bi);
59 int dpp_gen_uri(struct dpp_bootstrap_info *bi);
88 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi,
103 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi,
105 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi);
106 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve,
H A Ddpp.c438 struct dpp_bootstrap_info *bi; in dpp_parse_uri()
1952 struct dpp_bootstrap_info *bi; in dpp_get_peer_bi_id()
4322 struct dpp_bootstrap_info *bi; in dpp_next_id()
4363 struct dpp_bootstrap_info *bi; in dpp_add_qr_code()
4382 struct dpp_bootstrap_info *bi; in dpp_add_nfc_uri()
4442 struct dpp_bootstrap_info *bi; in dpp_bootstrap_gen()
4502 struct dpp_bootstrap_info *
4505 struct dpp_bootstrap_info *bi; in dpp_bootstrap_get_id()
4536 struct dpp_bootstrap_info *bi; in dpp_bootstrap_get_uri()
4548 struct dpp_bootstrap_info *bi; in dpp_bootstrap_info()
[all …]
H A Ddpp_tcp.c33 int (*pkex_done)(void *ctx, void *conn, struct dpp_bootstrap_info *bi);
81 struct dpp_bootstrap_info *pkex_bi;
744 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in dpp_controller_rx_auth_req()
954 struct dpp_bootstrap_info *peer_bi; in dpp_controller_rx_presence_announcement()
1161 struct dpp_bootstrap_info *bi; in dpp_controller_rx_pkex_commit_reveal_req()
1196 struct dpp_bootstrap_info *bi; in dpp_controller_rx_pkex_commit_reveal_resp()
1918 struct dpp_bootstrap_info *bi)) in dpp_tcp_pkex_init()
2283 struct dpp_bootstrap_info *bi) in dpp_controller_new_qr_code()
2305 struct dpp_bootstrap_info *bi, in dpp_controller_pkex_add()
H A Ddpp_auth.c669 int qr_mutual, struct dpp_bootstrap_info *peer_bi, in dpp_auth_req_rx()
670 struct dpp_bootstrap_info *own_bi, in dpp_auth_req_rx()
937 struct dpp_bootstrap_info *peer_bi) in dpp_notify_new_qr_code()
1136 struct dpp_bootstrap_info *bi; in dpp_autogen_bootstrap_key()
1162 struct dpp_bootstrap_info *peer_bi, in dpp_auth_init()
1163 struct dpp_bootstrap_info *own_bi, in dpp_auth_init()
H A Ddpp_pkex.c173 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init()
342 struct dpp_bootstrap_info *bi, in dpp_pkex_rx_exchange_req()
1342 struct dpp_bootstrap_info *
1346 struct dpp_bootstrap_info *bi; in dpp_pkex_finish()
H A Ddpp_crypto.c315 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi) in dpp_bootstrap_key_hash()
333 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
548 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi, in dpp_bi_pubkey_hash()
574 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi, in dpp_get_subject_public_key()
/freebsd-14.2/contrib/wpa/src/ap/
H A Ddpp_hostapd.h13 struct dpp_bootstrap_info;
47 void hostapd_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi);
H A Dhostapd.h84 struct dpp_bootstrap_info *dpp_pb_bi;
426 struct dpp_bootstrap_info *dpp_pkex_bi;
442 struct dpp_bootstrap_info *dpp_chirp_bi;
H A Ddpp_hostapd.c58 struct dpp_bootstrap_info *bi; in hostapd_dpp_qr_code()
95 struct dpp_bootstrap_info *bi; in hostapd_dpp_nfc_uri()
108 struct dpp_bootstrap_info *peer_bi, *own_bi; in hostapd_dpp_nfc_handover_req()
301 struct dpp_bootstrap_info *peer_bi) in hostapd_dpp_pkex_done()
307 struct dpp_bootstrap_info *own_bi = NULL; in hostapd_dpp_pkex_done()
1675 struct dpp_bootstrap_info *peer_bi; in hostapd_dpp_rx_presence_announcement()
2295 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_req()
2344 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_resp()
3215 struct dpp_bootstrap_info *own_bi; in hostapd_dpp_pkex_add()
3821 struct dpp_bootstrap_info *bi; in hostapd_dpp_chirp()
[all …]
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c77 struct dpp_bootstrap_info *bi; in wpas_dpp_qr_code()
116 struct dpp_bootstrap_info *bi; in wpas_dpp_nfc_uri()
129 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_req()
161 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_sel()
2410 struct dpp_bootstrap_info *peer_bi; in wpas_dpp_rx_presence_announcement()
3294 static struct dpp_bootstrap_info *
3298 struct dpp_bootstrap_info *bi; in wpas_dpp_pkex_finish()
3388 struct dpp_bootstrap_info *bi; in wpas_dpp_rx_pkex_commit_reveal_resp()
4660 struct dpp_bootstrap_info *own_bi; in wpas_dpp_pkex_add()
5091 struct dpp_bootstrap_info *bi) in wpas_dpp_presence_ann_channels()
[all …]
H A Dwpa_supplicant_i.h1487 struct dpp_bootstrap_info *dpp_pkex_bi;
1509 struct dpp_bootstrap_info *dpp_chirp_bi;
1527 struct dpp_bootstrap_info *dpp_pb_bi;
H A Dctrl_iface.c13430 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19), in wpa_supplicant_ctrl_iface_process()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dctrl_iface.c4450 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()