/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 107 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 …]
|
D | dpp.c | 787 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/ |
D | dpp.h | 147 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 …]
|
D | dpp_i.h | 25 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,
|
D | dpp.c | 159 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 …]
|
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 | 171 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()
|
D | dpp_crypto.c | 294 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()
|
D | dpp_tcp.c | 621 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/ |
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 | 50 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 …]
|
D | hostapd.h | 388 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/ |
D | dpp_supplicant.c | 73 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 …]
|
D | wpa_supplicant_i.h | 1483 struct dpp_bootstrap_info *dpp_pkex_bi; 1502 struct dpp_bootstrap_info *dpp_chirp_bi;
|
D | ctrl_iface.c | 12851 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dpp_hostapd.c | 40 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()
|
D | hostapd.h | 371 struct dpp_bootstrap_info *dpp_pkex_bi;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | dpp_supplicant.c | 64 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()
|
D | wpa_supplicant_i.h | 1231 struct dpp_bootstrap_info *dpp_pkex_bi;
|
D | ctrl_iface.c | 10783 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/ |
D | ap_ctrl_iface.c | 3321 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/ |
D | ap_ctrl_iface.c | 3938 reply_len = dpp_bootstrap_info(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
|