| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | dpp_i.h | 33 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); 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); 115 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth); [all …]
|
| H A D | dpp.h | 281 struct dpp_authentication { struct 585 struct dpp_authentication * 595 struct dpp_authentication * 638 int dpp_conf_resp_rx(struct dpp_authentication *auth, 787 struct dpp_authentication *auth), 789 struct dpp_authentication *auth)); 791 struct dpp_authentication *auth, const char *name, 796 struct dpp_authentication *auth), 798 struct dpp_authentication *auth)); 832 struct dpp_authentication * [all …]
|
| H A D | dpp_tcp.c | 29 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() 955 struct dpp_authentication *auth; in dpp_controller_rx_presence_announcement() 1004 struct dpp_authentication *auth; in dpp_controller_rx_reconfig_announcement() 1993 struct dpp_authentication *auth) in dpp_tcp_auth_start() 2016 struct dpp_authentication *auth), in dpp_tcp_init() 2018 struct dpp_authentication *auth)) in dpp_tcp_init() 2100 struct dpp_authentication *auth), in dpp_tcp_auth() [all …]
|
| H A D | dpp_auth.c | 42 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 D | dpp_reconfig.c | 130 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 D | dpp.c | 42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() 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() 1451 void dpp_auth_deinit(struct dpp_authentication *auth) in dpp_auth_deinit() 1509 dpp_build_conf_start(struct dpp_authentication *auth, in dpp_build_conf_start() 1651 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, in dpp_build_conf_obj_dpp() 1913 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, in dpp_build_conf_obj_legacy() 1950 static int dpp_get_peer_bi_id(struct dpp_authentication *auth) in dpp_get_peer_bi_id() 2896 static int dpp_parse_cred_dpp(struct dpp_authentication *auth, in dpp_parse_cred_dpp() [all …]
|
| H A D | dpp_backup.c | 151 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 D | dpp_crypto.c | 444 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-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 58 struct dpp_authentication *auth); 710 struct dpp_authentication *auth) in wpas_dpp_set_testing_options() 835 struct dpp_authentication *auth; in wpas_dpp_auth_init() 1598 struct dpp_authentication *auth, in wpas_dpp_process_config() 1625 struct dpp_authentication *auth) in wpas_dpp_post_process_config() 2347 struct dpp_authentication *auth) in wpas_dpp_process_conf_obj() 2411 struct dpp_authentication *auth; in wpas_dpp_rx_presence_announcement() 2503 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_announcement() 2594 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_auth_req() 2963 struct dpp_authentication *auth; in wpas_dpp_pkex_done() [all …]
|
| H A D | wpa_supplicant_i.h | 1467 struct dpp_authentication *dpp_auth;
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 35 struct dpp_authentication *auth); 41 struct dpp_authentication *auth, 44 struct dpp_authentication *auth); 308 struct dpp_authentication *auth; in hostapd_dpp_pkex_done() 699 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options() 818 struct dpp_authentication *auth) in hostapd_dpp_process_conf_obj() 836 struct dpp_authentication *auth; in hostapd_dpp_auth_init() 1140 struct dpp_authentication *auth, in hostapd_dpp_handle_config_obj() 1676 struct dpp_authentication *auth; in hostapd_dpp_rx_presence_announcement() 1763 struct dpp_authentication *auth; in hostapd_dpp_rx_reconfig_announcement() [all …]
|
| H A D | hostapd.h | 419 struct dpp_authentication *dpp_auth;
|