Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h107 struct dpp_bootstrap_info { struct
131 struct dpp_bootstrap_info *own_bi; argument
181 struct dpp_bootstrap_info *peer_bi;
182 struct dpp_bootstrap_info *own_bi;
183 struct dpp_bootstrap_info *tmp_own_bi;
387 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info);
389 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi);
390 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi,
392 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac);
393 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info);
[all …]
Ddpp.c787 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info) in dpp_bootstrap_info_free()
823 static int dpp_clone_uri(struct dpp_bootstrap_info *bi, const char *uri) in dpp_clone_uri()
830 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, in dpp_parse_uri_chan_list()
882 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac()
898 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_info()
953 static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_pk()
1093 static struct dpp_bootstrap_info * dpp_parse_uri(const char *uri) in dpp_parse_uri()
1098 struct dpp_bootstrap_info *bi; in dpp_parse_uri()
1157 struct dpp_bootstrap_info * dpp_parse_qr_code(const char *uri) in dpp_parse_qr_code()
1159 struct dpp_bootstrap_info *bi; in dpp_parse_qr_code()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.h147 struct dpp_bootstrap_info { struct
180 struct dpp_bootstrap_info *own_bi; argument
253 struct dpp_bootstrap_info *peer_bi;
254 struct dpp_bootstrap_info *own_bi;
255 struct dpp_bootstrap_info *tmp_own_bi;
256 struct dpp_bootstrap_info *tmp_peer_bi;
515 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info);
517 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi,
519 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac);
520 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);
49 int dpp_gen_uri(struct dpp_bootstrap_info *bi);
78 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi,
93 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi,
95 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi);
96 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve,
Ddpp.c159 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info) in dpp_bootstrap_info_free()
200 static int dpp_clone_uri(struct dpp_bootstrap_info *bi, const char *uri) in dpp_clone_uri()
207 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, in dpp_parse_uri_chan_list()
260 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac()
276 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_info()
301 int dpp_parse_uri_version(struct dpp_bootstrap_info *bi, const char *version) in dpp_parse_uri_version()
323 static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_pk()
349 static struct dpp_bootstrap_info * dpp_parse_uri(const char *uri) in dpp_parse_uri()
355 struct dpp_bootstrap_info *bi; in dpp_parse_uri()
495 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()
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()
Ddpp_pkex.c171 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init()
339 struct dpp_bootstrap_info *bi, in dpp_pkex_rx_exchange_req()
1333 struct dpp_bootstrap_info *
1337 struct dpp_bootstrap_info *bi; in dpp_pkex_finish()
Ddpp_crypto.c294 int dpp_bootstrap_key_hash(struct dpp_bootstrap_info *bi) in dpp_bootstrap_key_hash()
312 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
527 int dpp_bi_pubkey_hash(struct dpp_bootstrap_info *bi, in dpp_bi_pubkey_hash()
553 int dpp_get_subject_public_key(struct dpp_bootstrap_info *bi, in dpp_get_subject_public_key()
Ddpp_tcp.c621 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in dpp_controller_rx_auth_req()
832 struct dpp_bootstrap_info *peer_bi; in dpp_controller_rx_presence_announcement()
1775 struct dpp_bootstrap_info *bi) in dpp_controller_new_qr_code()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
1262 struct dpp_bootstrap_info *peer_bi; in hostapd_dpp_rx_presence_announcement()
1817 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_req()
1864 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_resp()
2136 struct dpp_bootstrap_info *own_bi; in hostapd_dpp_pkex_add()
[all …]
Dhostapd.h388 struct dpp_bootstrap_info *dpp_pkex_bi;
402 struct dpp_bootstrap_info *dpp_chirp_bi;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c73 struct dpp_bootstrap_info *bi; in wpas_dpp_qr_code()
112 struct dpp_bootstrap_info *bi; in wpas_dpp_nfc_uri()
125 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_req()
157 struct dpp_bootstrap_info *peer_bi, *own_bi; in wpas_dpp_nfc_handover_sel()
750 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init()
1079 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req()
2038 static void wpas_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi) in wpas_dpp_remove_bi()
2054 struct dpp_bootstrap_info *peer_bi; in wpas_dpp_rx_presence_announcement()
2743 static struct dpp_bootstrap_info *
2747 struct dpp_bootstrap_info *bi; in wpas_dpp_pkex_finish()
[all …]
Dwpa_supplicant_i.h1483 struct dpp_bootstrap_info *dpp_pkex_bi;
1502 struct dpp_bootstrap_info *dpp_chirp_bi;
Dctrl_iface.c12851 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c40 struct dpp_bootstrap_info *bi; in hostapd_dpp_qr_code()
400 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in hostapd_dpp_auth_init()
529 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in hostapd_dpp_rx_auth_req()
1244 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_req()
1291 struct dpp_bootstrap_info *bi; in hostapd_dpp_rx_pkex_commit_reveal_resp()
1522 struct dpp_bootstrap_info *own_bi; in hostapd_dpp_pkex_add()
Dhostapd.h371 struct dpp_bootstrap_info *dpp_pkex_bi;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddpp_supplicant.c64 struct dpp_bootstrap_info *bi; in wpas_dpp_qr_code()
436 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init()
724 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req()
1675 static struct dpp_bootstrap_info *
1679 struct dpp_bootstrap_info *bi; in wpas_dpp_pkex_finish()
1743 struct dpp_bootstrap_info *bi; in wpas_dpp_rx_pkex_commit_reveal_resp()
2123 struct dpp_bootstrap_info *own_bi; in wpas_dpp_pkex_add()
Dwpa_supplicant_i.h1231 struct dpp_bootstrap_info *dpp_pkex_bi;
Dctrl_iface.c10783 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19), in wpa_supplicant_ctrl_iface_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c3321 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c3938 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()