Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.h146 struct dpp_bootstrap_info { struct
178 struct dpp_bootstrap_info *own_bi; argument
251 struct dpp_bootstrap_info *peer_bi;
252 struct dpp_bootstrap_info *own_bi;
253 struct dpp_bootstrap_info *tmp_own_bi;
254 struct dpp_bootstrap_info *tmp_peer_bi;
512 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info);
514 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi,
516 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac);
517 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info);
[all …]
Ddpp_i.h25 void (*remove_bi)(void *ctx, struct dpp_bootstrap_info *bi);
48 int dpp_gen_uri(struct dpp_bootstrap_info *bi);
77 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi,
97 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi,
99 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi);
100 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve,
Ddpp.c175 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info) in dpp_bootstrap_info_free()
216 static int dpp_clone_uri(struct dpp_bootstrap_info *bi, const char *uri) in dpp_clone_uri()
223 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, in dpp_parse_uri_chan_list()
276 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac()
292 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_info()
317 int dpp_parse_uri_version(struct dpp_bootstrap_info *bi, const char *version) in dpp_parse_uri_version()
337 static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_pk()
363 static struct dpp_bootstrap_info * dpp_parse_uri(const char *uri) in dpp_parse_uri()
369 struct dpp_bootstrap_info *bi; in dpp_parse_uri()
509 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; in dpp_channel_intersect()
[all …]
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()
939 struct dpp_bootstrap_info *peer_bi) in dpp_notify_new_qr_code()
1138 struct dpp_bootstrap_info *bi; in dpp_autogen_bootstrap_key()
1164 struct dpp_bootstrap_info *peer_bi, in dpp_auth_init()
1165 struct dpp_bootstrap_info *own_bi, in dpp_auth_init()
Ddpp_pkex.c187 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init()
343 struct dpp_bootstrap_info *bi, in dpp_pkex_rx_exchange_req()
1284 struct dpp_bootstrap_info *
1288 struct dpp_bootstrap_info *bi; in dpp_pkex_finish()
Ddpp_tcp.c591 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in dpp_controller_rx_auth_req()
801 struct dpp_bootstrap_info *peer_bi; in dpp_controller_rx_presence_announcement()
1738 struct dpp_bootstrap_info *bi) in dpp_controller_new_qr_code()
Ddpp_crypto.c699 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi) in dpp_bootstrap_key_hash()
717 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
970 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi, in dpp_bi_pubkey_hash()
996 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi, in dpp_get_subject_public_key()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.h13 struct dpp_bootstrap_info;
47 void hostapd_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi);
Ddpp_hostapd.c50 struct dpp_bootstrap_info *bi; in hostapd_dpp_qr_code()
87 struct dpp_bootstrap_info *bi; in hostapd_dpp_nfc_uri()
100 struct dpp_bootstrap_info *peer_bi, *own_bi; in hostapd_dpp_nfc_handover_req()
131 struct dpp_bootstrap_info *peer_bi, *own_bi; in hostapd_dpp_nfc_handover_sel()
551 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in hostapd_dpp_auth_init()
720 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in hostapd_dpp_rx_auth_req()
1254 struct dpp_bootstrap_info *peer_bi; in hostapd_dpp_rx_presence_announcement()
1766 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_req()
1813 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_resp()
2061 struct dpp_bootstrap_info *own_bi; in hostapd_dpp_pkex_add()
[all …]
Dhostapd.h384 struct dpp_bootstrap_info *dpp_pkex_bi;
398 struct dpp_bootstrap_info *dpp_chirp_bi;
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c74 struct dpp_bootstrap_info *bi; in wpas_dpp_qr_code()
113 struct dpp_bootstrap_info *bi; in wpas_dpp_nfc_uri()
126 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_req()
158 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_sel()
753 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init()
1081 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req()
2050 static void wpas_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi) in wpas_dpp_remove_bi()
2066 struct dpp_bootstrap_info *peer_bi; in wpas_dpp_rx_presence_announcement()
2742 static struct dpp_bootstrap_info *
2746 struct dpp_bootstrap_info *bi; in wpas_dpp_pkex_finish()
[all …]
Dwpa_supplicant_i.h1355 struct dpp_bootstrap_info *dpp_pkex_bi;
1374 struct dpp_bootstrap_info *dpp_chirp_bi;
Dctrl_iface.c11379 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19), in wpa_supplicant_ctrl_iface_process()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3794 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()