/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 89 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() 104 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() 127 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() 144 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() 161 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx() 174 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key() 202 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr() 218 static int wps_process_cred_eap_type(struct wps_credential *cred, in wps_process_cred_eap_type() 230 static int wps_process_cred_eap_identity(struct wps_credential *cred, in wps_process_cred_eap_identity() 244 static int wps_process_cred_key_prov_auto(struct wps_credential *cred, in wps_process_cred_key_prov_auto() [all …]
|
D | wps_i.h | 92 struct wps_credential cred; 221 struct wps_credential *cred); 223 struct wps_credential *cred);
|
D | wps.h | 50 struct wps_credential { struct 490 int (*cred_cb)(void *ctx, const struct wps_credential *cred);
|
D | wps_registrar.c | 995 struct wps_credential *cred) in wps_build_cred_network_idx() 1006 struct wps_credential *cred) in wps_build_cred_ssid() 1017 struct wps_credential *cred) in wps_build_cred_auth_type() 1029 struct wps_credential *cred) in wps_build_cred_encr_type() 1041 struct wps_credential *cred) in wps_build_cred_network_key() 1052 struct wps_credential *cred) in wps_build_cred_mac_addr() 1064 struct wps_credential *cred) in wps_build_credential() 2454 struct wps_credential cred; in wps_process_wsc_done()
|
D | wps_enrollee.c | 703 struct wps_credential cred; in wps_process_ap_settings_e()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_process.c | 83 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() 98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() 121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() 138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() 155 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx() 168 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key() 194 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr() 210 static int wps_process_cred_eap_type(struct wps_credential *cred, in wps_process_cred_eap_type() 222 static int wps_process_cred_eap_identity(struct wps_credential *cred, in wps_process_cred_eap_identity() 236 static int wps_process_cred_key_prov_auto(struct wps_credential *cred, in wps_process_cred_key_prov_auto() [all …]
|
D | wps.h | 45 struct wps_credential { struct 155 const struct wps_credential *new_ap_settings; 533 const struct wps_credential *cred; 735 int (*cred_cb)(void *ctx, const struct wps_credential *cred); 794 struct wps_credential *cred); 797 const struct wps_credential *cred); 821 const struct wps_credential *cred); 823 size_t pin_len, const struct wps_credential *cred);
|
D | wps_er.h | 30 struct wps_credential *cred; 65 struct wps_credential *ap_settings; 73 struct wps_credential ap_settings;
|
D | wps_i.h | 91 struct wps_credential cred; 104 struct wps_credential *new_ap_settings; 108 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred); 111 struct wps_credential *use_cred; 267 struct wps_credential *cred); 269 struct wps_credential *cred);
|
D | wps_registrar.c | 1343 const struct wps_credential *cred) in wps_build_cred_network_idx() 1354 const struct wps_credential *cred) in wps_build_cred_ssid() 1367 const struct wps_credential *cred) in wps_build_cred_auth_type() 1379 const struct wps_credential *cred) in wps_build_cred_encr_type() 1391 const struct wps_credential *cred) in wps_build_cred_network_key() 1405 const struct wps_credential *cred) in wps_build_cred_mac_addr() 1417 const struct wps_credential *cred) in wps_build_credential() 1431 const struct wps_credential *cred) in wps_build_credential_wrap() 1566 struct wps_credential dummy; in wps_build_cred() 2600 static void wps_cred_update(struct wps_credential *dst, in wps_cred_update() [all …]
|
D | wps_er.c | 306 sizeof(struct wps_credential)); in wps_er_ap_cache_settings() 1601 static void wps_er_ap_settings_cb(void *ctx, const struct wps_credential *cred) in wps_er_ap_settings_cb() 1912 const struct wps_credential *cred) in wps_er_set_config() 1964 size_t pin_len, const struct wps_credential *cred) in wps_er_config()
|
D | wps_common.c | 427 struct wps_credential local_cred; in wps_parse_oob_cred()
|
D | wps_enrollee.c | 765 struct wps_credential cred; in wps_process_ap_settings_e()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old.h | 18 struct wps_credential; 84 const struct wps_credential *cred); 117 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
|
D | dbus_new.h | 27 struct wps_credential; 140 const struct wps_credential *cred); 261 const struct wps_credential *cred) in wpas_dbus_signal_wps_cred()
|
D | dbus_old.c | 506 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred() 546 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
|
D | dbus_new.c | 620 const struct wps_credential *cred) in wpas_dbus_signal_wps_cred()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ctrl_iface_dbus.h | 18 struct wps_credential; 91 const struct wps_credential *cred); 144 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
|
D | ctrl_iface_dbus.c | 803 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred() 857 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
|
D | wps_supplicant.c | 90 const struct wps_credential *cred) in wpas_wps_security_workaround() 185 const struct wps_credential *cred) in wpa_supplicant_wps_cred()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.h | 14 struct wps_credential; 41 const struct wps_credential *cred);
|
D | wps_supplicant.c | 108 const struct wps_credential *cred) in wpas_wps_security_workaround() 188 const struct wps_credential *cred) in wpa_supplicant_wps_cred() 570 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() 1562 struct wps_credential cred; in wpas_wps_er_set_config() 1604 struct wps_credential cred; in wpas_wps_er_config()
|
D | notify.c | 177 const struct wps_credential *cred) in wpas_notify_wps_credential()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 62 static int eap_wsc_new_ap_settings(struct wps_credential *cred, in eap_wsc_new_ap_settings() 138 struct wps_credential new_ap_settings; in eap_wsc_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 273 const struct wps_credential *cred = ctx; in hapd_wps_cred_cb() 496 static int hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) in hostapd_wps_cred_cb() 1430 struct wps_credential cred; in hostapd_wps_config_ap()
|