/hostap-latest/src/common/ |
D | dpp.h | 163 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; 290 struct dpp_bootstrap_info *tmp_peer_bi; 576 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info); 578 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, 580 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac); 581 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info); [all …]
|
D | dpp_i.h | 35 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,
|
D | dpp.c | 159 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info) in dpp_bootstrap_info_free() 201 static int dpp_clone_uri(struct dpp_bootstrap_info *bi, const char *uri) in dpp_clone_uri() 208 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, in dpp_parse_uri_chan_list() 261 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac() 277 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_info() 302 int dpp_parse_uri_version(struct dpp_bootstrap_info *bi, const char *version) in dpp_parse_uri_version() 324 static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_pk() 350 static int dpp_parse_uri_supported_curves(struct dpp_bootstrap_info *bi, in dpp_parse_uri_supported_curves() 374 static int dpp_parse_uri_host(struct dpp_bootstrap_info *bi, const char *txt) in dpp_parse_uri_host() 432 static struct dpp_bootstrap_info * dpp_parse_uri(const char *uri) in dpp_parse_uri() [all …]
|
D | dpp_tcp.c | 33 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()
|
D | dpp_auth.c | 669 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()
|
D | dpp_pkex.c | 173 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()
|
D | dpp_crypto.c | 315 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()
|
/hostap-latest/tests/fuzzing/dpp-uri/ |
D | dpp-uri.c | 20 struct dpp_bootstrap_info *bi; in LLVMFuzzerTestOneInput() 41 if (bi && dpp_bootstrap_info(dpp, bi->id, buf, sizeof(buf)) > 0) in LLVMFuzzerTestOneInput()
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.h | 13 struct dpp_bootstrap_info; 47 void hostapd_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi);
|
D | dpp_hostapd.c | 58 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() 139 struct dpp_bootstrap_info *peer_bi, *own_bi; in hostapd_dpp_nfc_handover_sel() 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() 835 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in hostapd_dpp_auth_init() 1038 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in hostapd_dpp_rx_auth_req() 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() [all …]
|
D | hostapd.h | 84 struct dpp_bootstrap_info *dpp_pb_bi; 433 struct dpp_bootstrap_info *dpp_pkex_bi; 449 struct dpp_bootstrap_info *dpp_chirp_bi;
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 77 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() 839 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init() 1232 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req() 2399 static void wpas_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi) in wpas_dpp_remove_bi() 2415 struct dpp_bootstrap_info *peer_bi; in wpas_dpp_rx_presence_announcement() 2961 struct dpp_bootstrap_info *peer_bi) in wpas_dpp_pkex_done() 2967 struct dpp_bootstrap_info *own_bi = NULL; in wpas_dpp_pkex_done() [all …]
|
D | wpa_supplicant_i.h | 1498 struct dpp_bootstrap_info *dpp_pkex_bi; 1520 struct dpp_bootstrap_info *dpp_chirp_bi; 1538 struct dpp_bootstrap_info *dpp_pb_bi;
|
D | ctrl_iface.c | 13429 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19), in wpa_supplicant_ctrl_iface_process()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 4465 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
|