/hostap-latest/src/wps/ |
D | wps_attr_process.c | 84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() 99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() 122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() 139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() 156 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx() 169 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key() 195 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr() 211 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key() 248 struct wps_credential *cred) in wps_process_cred() 268 struct wps_credential *cred) in wps_process_ap_settings()
|
D | wps_registrar.c | 1524 const struct wps_credential *cred) in wps_build_cred_network_idx() 1535 const struct wps_credential *cred) in wps_build_cred_ssid() 1548 const struct wps_credential *cred) in wps_build_cred_auth_type() 1560 const struct wps_credential *cred) in wps_build_cred_encr_type() 1572 const struct wps_credential *cred) in wps_build_cred_network_key() 1586 const struct wps_credential *cred) in wps_build_credential() 1600 const struct wps_credential *cred) in wps_build_credential_wrap() 1620 struct wpabuf *cred; in wps_build_cred() local 3318 struct wps_credential cred; in wps_process_wsc_done() local 3624 struct wps_credential *cred) in wps_registrar_config_ap()
|
D | wps_enrollee.c | 704 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e() 765 static int wps_process_creds(struct wps_data *wps, const u8 *cred[], in wps_process_creds() 805 struct wps_credential cred; in wps_process_ap_settings_e() local
|
D | wps_er.c | 1606 static void wps_er_ap_settings_cb(void *ctx, const struct wps_credential *cred) in wps_er_ap_settings_cb() 1945 const struct wps_credential *cred) in wps_er_set_config() 1997 const struct wps_credential *cred) in wps_er_config() 2038 struct wps_credential *cred) in wps_er_config_token_from_cred()
|
D | wps_validate.c | 1028 static int wps_validate_cred(const u8 *cred, size_t len) in wps_validate_cred() 1060 static int wps_validate_credential(const u8 *cred[], u16 len[], size_t num, in wps_validate_credential()
|
D | wps_i.h | 100 struct wps_credential cred; member
|
D | wps_er.h | 30 struct wps_credential *cred; member
|
D | wps_attr_parse.h | 97 const u8 *cred[MAX_CRED_COUNT]; member
|
/hostap-latest/src/tls/ |
D | tlsv1_cred.c | 23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() local 29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free() 194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert() 258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert() 415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag() 423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag() 443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag() 606 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag() 678 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents() 718 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data() [all …]
|
D | tlsv1_server_i.h | 45 struct tlsv1_credentials *cred; member
|
D | tlsv1_client_i.h | 64 struct tlsv1_credentials *cred; member
|
D | tlsv1_client.c | 855 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
|
D | tlsv1_server.c | 377 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
|
/hostap-latest/wpa_supplicant/ |
D | interworking.c | 144 struct wpa_cred *cred; in cred_with_roaming_consortium() local 160 struct wpa_cred *cred; in cred_with_3gpp() local 172 struct wpa_cred *cred; in cred_with_nai_realm() local 188 struct wpa_cred *cred; in cred_with_domain() local 203 struct wpa_cred *cred; in cred_with_min_backhaul() local 218 struct wpa_cred *cred; in cred_with_conn_capab() local 700 struct wpa_cred *cred, in nai_realm_find_eap() 889 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected() 915 struct wpa_cred *cred, in remove_duplicate_network() 980 struct wpa_cred *cred, in interworking_connect_3gpp() [all …]
|
D | config_file.c | 162 struct wpa_cred *cred; in wpa_config_read_cred() local 306 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local 906 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred() 1643 struct wpa_cred *cred; in wpa_config_write() local
|
D | wps_supplicant.c | 195 const struct wps_credential *cred) in wpas_wps_security_workaround() 375 const struct wps_credential *cred) in wpa_supplicant_wps_cred() 826 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() local 2085 struct wps_credential *cred) in wpas_wps_network_to_cred() 2124 struct wps_credential cred; in wpas_wps_er_set_config() local 2150 struct wps_credential cred; in wpas_wps_er_config() local 2332 struct wps_credential cred; in wpas_wps_network_config_token() local
|
D | config.c | 2967 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred() 3030 struct wpa_cred *cred, *cprev; in wpa_config_free() local 3571 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab() 3695 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred() 4136 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key() 4468 struct wpa_cred *cred; in wpa_config_get_cred() local 4484 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() local 4512 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred() local
|
D | notify.c | 295 const struct wps_credential *cred) in wpas_notify_wps_credential() 1005 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added()
|
/hostap-latest/wpa_supplicant/examples/ |
D | wpas-dbus-new-wps.py | 33 def credentials(cred): argument
|
/hostap-latest/hs20/server/ |
D | spp_server.c | 649 static int add_username_password(struct hs20_svc *ctx, xml_node_t *cred, in add_username_password() 668 static void add_creation_date(struct hs20_svc *ctx, xml_node_t *cred) in add_creation_date() 687 xml_node_t *cred; in build_credential_pw() local 720 xml_node_t *cred, *cert; in build_credential_cert() local 838 xml_node_t *spp_node, *cred; in build_sub_rem_resp() local 1454 xml_node_t *cred, *eap, *userpw; in build_pps() local 1755 xml_node_t *cred; in hs20_user_input_free_remediation() local 1843 xml_node_t *spp_node, *cred; in hs20_cert_reenroll_complete() local
|
/hostap-latest/src/ap/ |
D | wps_hostapd.c | 354 const struct wps_credential *cred) in hapd_wps_reconfig_in_memory() 457 const struct wps_credential *cred = ctx; in hapd_wps_cred_cb() local 715 static int hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) in hostapd_wps_cred_cb() 1924 struct wps_credential cred; in hostapd_wps_config_ap() local
|
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaCredActivity.java | 210 Credential cred = (Credential) getListAdapter().getItem(info.position); in onContextItemSelected() local
|
/hostap-latest/src/crypto/ |
D | tls_internal.c | 206 struct tlsv1_credentials *cred; in tls_connection_set_params() local 303 struct tlsv1_credentials *cred; in tls_global_set_params() local
|
/hostap-latest/src/eap_peer/ |
D | eap_wsc.c | 58 static int eap_wsc_new_ap_settings(struct wps_credential *cred, in eap_wsc_new_ap_settings()
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new.h | 335 const struct wps_credential *cred) in wpas_dbus_signal_wps_cred() 646 struct wpa_cred *cred, in wpas_dbus_signal_interworking_ap_added()
|