Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp.h248 struct dpp_authentication { struct
523 struct dpp_authentication *
533 struct dpp_authentication *
540 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
550 int dpp_notify_new_qr_code(struct dpp_authentication *auth,
561 void dpp_auth_deinit(struct dpp_authentication *auth);
569 int dpp_conf_resp_rx(struct dpp_authentication *auth,
641 struct wpabuf * dpp_build_csr(struct dpp_authentication *auth,
695 struct dpp_authentication *auth));
717 struct dpp_authentication *
[all …]
H A Ddpp_i.h24 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
45 int dpp_prepare_channel_list(struct dpp_authentication *auth,
48 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt);
57 int dpp_conf_resp_env_data(struct dpp_authentication *auth,
103 int dpp_derive_bk_ke(struct dpp_authentication *auth);
104 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth);
105 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth);
106 int dpp_auth_derive_l_responder(struct dpp_authentication *auth);
107 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth);
127 int dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth,
[all …]
H A Ddpp_tcp.c27 struct dpp_authentication *auth;
179 struct dpp_authentication *auth = conn->auth; in dpp_controller_gas_done()
283 struct dpp_authentication *auth = conn->auth; in dpp_controller_start_gas_client()
304 struct dpp_authentication *auth = conn->auth; in dpp_controller_auth_success()
684 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_resp()
714 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_conf()
754 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conf_result()
794 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conn_status_result()
829 struct dpp_authentication *auth; in dpp_controller_rx_presence_announcement()
878 struct dpp_authentication *auth; in dpp_controller_rx_reconfig_announcement()
[all …]
H A Ddpp_reconfig.c130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) in dpp_reconfig_build_req()
221 struct dpp_authentication *
227 struct dpp_authentication *auth; in dpp_reconfig_init()
312 static int dpp_reconfig_build_resp(struct dpp_authentication *auth, in dpp_reconfig_build_resp()
421 struct dpp_authentication *
429 struct dpp_authentication *auth = NULL; in dpp_reconfig_auth_req_rx()
557 dpp_reconfig_build_conf(struct dpp_authentication *auth) in dpp_reconfig_build_conf()
648 dpp_reconfig_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_resp_rx()
833 int dpp_reconfig_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_conf_rx()
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()
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()
1169 struct dpp_authentication *auth; in dpp_auth_init()
1403 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_auth_resp_rx()
1743 static int dpp_auth_conf_rx_failure(struct dpp_authentication *auth, in dpp_auth_conf_rx_failure()
[all …]
H A Ddpp.c42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
491 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
555 int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
642 struct dpp_authentication *
645 struct dpp_authentication *auth; in dpp_alloc_auth()
1248 void dpp_auth_deinit(struct dpp_authentication *auth) in dpp_auth_deinit()
1303 dpp_build_conf_start(struct dpp_authentication *auth, in dpp_build_conf_start()
1419 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, in dpp_build_conf_obj_dpp()
1612 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, in dpp_build_conf_obj_legacy()
2455 static int dpp_parse_cred_dpp(struct dpp_authentication *auth, in dpp_parse_cred_dpp()
[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.c423 int dpp_derive_bk_ke(struct dpp_authentication *auth) in dpp_derive_bk_ke()
865 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) in dpp_gen_r_auth()
948 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth()
1035 int dpp_auth_derive_l_responder(struct dpp_authentication *auth) in dpp_auth_derive_l_responder()
1077 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth) in dpp_auth_derive_l_initiator()
1658 int dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_responder()
1759 int dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_initiator()
2053 struct wpabuf * dpp_build_csr(struct dpp_authentication *auth, const char *name) in dpp_build_csr()
2123 int dpp_validate_csr(struct dpp_authentication *auth, in dpp_validate_csr()
/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c35 struct dpp_authentication *auth,
51 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
166 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
185 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
415 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
534 struct dpp_authentication *auth) in hostapd_dpp_process_conf_obj()
552 struct dpp_authentication *auth; in hostapd_dpp_auth_init()
805 struct dpp_authentication *auth, in hostapd_dpp_handle_config_obj()
1257 struct dpp_authentication *auth; in hostapd_dpp_rx_presence_announcement()
1342 struct dpp_authentication *auth; in hostapd_dpp_rx_reconfig_announcement()
[all …]
H A Dhostapd.h381 struct dpp_authentication *dpp_auth;
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c55 struct dpp_authentication *auth);
628 struct dpp_authentication *auth) in wpas_dpp_set_testing_options()
751 struct dpp_authentication *auth; in wpas_dpp_auth_init()
1383 struct dpp_authentication *auth, in wpas_dpp_process_config()
1410 struct dpp_authentication *auth) in wpas_dpp_post_process_config()
1443 struct dpp_authentication *auth, in wpas_dpp_handle_config_obj()
2012 struct dpp_authentication *auth) in wpas_dpp_process_conf_obj()
2048 struct dpp_authentication *auth; in wpas_dpp_rx_presence_announcement()
2129 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_announcement()
2220 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_auth_req()
[all …]
H A Dwpa_supplicant_i.h1440 struct dpp_authentication *dpp_auth;