Home
last modified time | relevance | path

Searched refs:dpp_authentication (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.h248 struct dpp_authentication { struct
403 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
523 struct dpp_authentication *
526 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
533 struct dpp_authentication *
540 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
542 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth,
544 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth,
548 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr,
550 int dpp_notify_new_qr_code(struct dpp_authentication *aut
[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);
56 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth);
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 *aut
[all...]
H A Ddpp_tcp.c27 struct dpp_authentication *auth;
30 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
76 int (*process_conf_obj)(void *ctx, 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 *aut in dpp_controller_rx_conn_status_result()
[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.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()
515 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
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()
657 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr()
784 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth, in dpp_build_conf_req()
811 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth, in dpp_build_conf_req_helper()
994 static int dpp_configuration_parse_helper(struct dpp_authentication *aut
[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 *aut
[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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h177 struct dpp_authentication { struct
398 struct dpp_authentication * dpp_auth_init(void *msg_ctx,
405 struct dpp_authentication *
412 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
414 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth,
416 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr,
418 int dpp_notify_new_qr_code(struct dpp_authentication *auth,
429 struct dpp_authentication *auth,
431 void dpp_auth_deinit(struct dpp_authentication *auth);
433 dpp_conf_req_rx(struct dpp_authentication *aut
[all...]
H A Ddpp.c81 struct dpp_authentication *auth;
130 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
698 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke()
1669 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
1841 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
2077 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
2101 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
2141 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
2181 static int dpp_autogen_bootstrap_key(struct dpp_authentication *aut
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c55 struct dpp_authentication *auth);
74 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
192 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
213 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
295 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()
370 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()
417 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected()
433 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status()
547 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_reply_wait_timeout()
613 struct dpp_authentication *aut in wpas_dpp_auth_conf_wait_timeout()
[all...]
H A Dwpa_supplicant_i.h1501 struct dpp_authentication *dpp_auth;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
222 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
326 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout()
399 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_conf_wait_timeout()
415 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
445 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_init_next()
534 struct dpp_authentication *aut in hostapd_dpp_process_conf_obj()
[all...]
H A Dhostapd.h381 struct dpp_authentication *dpp_auth;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
94 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
115 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
167 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status()
252 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_reply_wait_timeout()
316 struct dpp_authentication *auth) in wpas_dpp_set_testing_options()
347 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_init_next()
437 struct dpp_authentication *auth; in wpas_dpp_auth_init()
812 struct dpp_authentication *auth) in wpas_dpp_add_network()
911 struct dpp_authentication *aut in wpas_dpp_process_config()
[all...]
H A Dwpa_supplicant_i.h1217 struct dpp_authentication *dpp_auth;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
69 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
88 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
125 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
212 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout()
282 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
312 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_init_next()
610 struct dpp_authentication *auth) in hostapd_dpp_handle_config_obj()
687 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_gas_resp_cb()
766 struct dpp_authentication *aut in hostapd_dpp_start_gas_client()
[all...]
H A Dhostapd.h364 struct dpp_authentication *dpp_auth;

Completed in 38 milliseconds