Home
last modified time | relevance | path

Searched refs:dpp_authentication (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_i.h33 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
34 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
55 int dpp_prepare_channel_list(struct dpp_authentication *auth,
58 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt);
66 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth);
67 int dpp_conf_resp_env_data(struct dpp_authentication *auth,
111 int dpp_derive_bk_ke(struct dpp_authentication *auth);
112 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth);
113 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth);
114 int dpp_auth_derive_l_responder(struct dpp_authentication *auth);
[all …]
H A Ddpp.h281 struct dpp_authentication { struct
449 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
450 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
585 struct dpp_authentication *
588 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
595 struct dpp_authentication *
602 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
604 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth,
606 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth,
612 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr,
[all …]
H A Ddpp_tcp.c29 struct dpp_authentication *auth;
32 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
34 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
86 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
87 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
228 struct dpp_authentication *auth = conn->auth; in dpp_controller_gas_done()
345 struct dpp_authentication *auth = conn->auth; in dpp_controller_start_gas_client()
368 struct dpp_authentication *auth = conn->auth; in dpp_controller_auth_success()
807 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_resp()
837 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_conf()
[all …]
H A Ddpp_auth.c42 static void dpp_auth_success(struct dpp_authentication *auth) in dpp_auth_success()
59 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
233 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
418 static int dpp_auth_build_resp_ok(struct dpp_authentication *auth) in dpp_auth_build_resp_ok()
602 static int dpp_auth_build_resp_status(struct dpp_authentication *auth, in dpp_auth_build_resp_status()
667 struct dpp_authentication *
684 struct dpp_authentication *auth = NULL; in dpp_auth_req_rx()
936 int dpp_notify_new_qr_code(struct dpp_authentication *auth, in dpp_notify_new_qr_code()
956 static struct wpabuf * dpp_auth_build_conf(struct dpp_authentication *auth, in dpp_auth_build_conf()
1134 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key()
[all …]
H A Ddpp_reconfig.c130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) in dpp_reconfig_build_req()
237 struct dpp_authentication *
243 struct dpp_authentication *auth; in dpp_reconfig_init()
328 static int dpp_reconfig_build_resp(struct dpp_authentication *auth, in dpp_reconfig_build_resp()
437 struct dpp_authentication *
445 struct dpp_authentication *auth = NULL; in dpp_reconfig_auth_req_rx()
573 dpp_reconfig_build_conf(struct dpp_authentication *auth) in dpp_reconfig_build_conf()
664 dpp_reconfig_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_resp_rx()
849 int dpp_reconfig_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_conf_rx()
H A Ddpp.c42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
580 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
604 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
644 int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
768 struct dpp_authentication *
771 struct dpp_authentication *auth; in dpp_alloc_auth()
783 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr()
942 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth, in dpp_build_conf_req()
969 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth, in dpp_build_conf_req_helper()
1161 static int dpp_configuration_parse_helper(struct dpp_authentication *auth, in dpp_configuration_parse_helper()
[all …]
H A Ddpp_backup.c151 static struct wpabuf * dpp_build_key_pkg(struct dpp_authentication *auth) in dpp_build_key_pkg()
264 dpp_build_pw_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_pw_recipient_info()
348 dpp_build_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_recipient_info()
370 dpp_build_enc_cont_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_enc_cont_info()
450 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth) in dpp_build_enveloped_data()
1132 int dpp_conf_resp_env_data(struct dpp_authentication *auth, in dpp_conf_resp_env_data()
H A Ddpp_crypto.c444 int dpp_derive_bk_ke(struct dpp_authentication *auth) in dpp_derive_bk_ke()
886 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) in dpp_gen_r_auth()
969 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth()
1056 int dpp_auth_derive_l_responder(struct dpp_authentication *auth) in dpp_auth_derive_l_responder()
1100 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth) in dpp_auth_derive_l_initiator()
1682 int dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_responder()
1785 int dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_initiator()
2081 struct wpabuf * dpp_build_csr(struct dpp_authentication *auth, const char *name) in dpp_build_csr()
2151 int dpp_validate_csr(struct dpp_authentication *auth, in dpp_validate_csr()
2392 int dpp_derive_auth_i(struct dpp_authentication *auth, u8 *auth_i) in dpp_derive_auth_i()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c58 struct dpp_authentication *auth);
59 static bool wpas_dpp_tcp_msg_sent(void *ctx, struct dpp_authentication *auth);
78 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
196 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
217 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
305 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()
381 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()
443 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected_timeout()
453 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected()
472 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_drv_wait_timeout()
[all …]
H A Dwpa_supplicant_i.h1467 struct dpp_authentication *dpp_auth;
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c35 struct dpp_authentication *auth);
41 struct dpp_authentication *auth,
44 struct dpp_authentication *auth);
59 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
174 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
193 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
308 struct dpp_authentication *auth; in hostapd_dpp_pkex_done()
494 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
610 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout()
683 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_conf_wait_timeout()
[all …]
H A Dhostapd.h419 struct dpp_authentication *dpp_auth;