/external/wpa_supplicant_8/src/wps/ |
wps_attr_process.c | 83 static int wps_process_cred_network_idx(struct wps_credential *cred, 98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, 121 static int wps_process_cred_auth_type(struct wps_credential *cred, 138 static int wps_process_cred_encr_type(struct wps_credential *cred, 155 static int wps_process_cred_network_key_idx(struct wps_credential *cred, 168 static int wps_process_cred_network_key(struct wps_credential *cred, 194 static int wps_process_cred_mac_addr(struct wps_credential *cred, 210 static int wps_process_cred_eap_type(struct wps_credential *cred, 222 static int wps_process_cred_eap_identity(struct wps_credential *cred, 236 static int wps_process_cred_key_prov_auto(struct wps_credential *cred [all...] |
wps_er.h | 30 struct wps_credential *cred; 65 struct wps_credential *ap_settings; 73 struct wps_credential ap_settings;
|
wps_i.h | 97 struct wps_credential cred; 110 struct wps_credential *new_ap_settings; 114 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred); 117 struct wps_credential *use_cred; 183 struct wps_credential *cred); 185 struct wps_credential *cred);
|
wps.h | 33 * struct wps_credential - WPS Credential 47 struct wps_credential { struct 148 const struct wps_credential *new_ap_settings; 554 const struct wps_credential *cred; 746 int (*cred_cb)(void *ctx, const struct wps_credential *cred); 801 struct wps_credential *cred); 810 const struct wps_credential *cred); 834 const struct wps_credential *cred); 837 const struct wps_credential *cred); 839 struct wps_credential *cred) [all...] |
wps_common.c | 378 struct wps_credential cred; 435 struct wps_credential local_cred;
|
wps_registrar.c | [all...] |
wps_er.c | 309 sizeof(struct wps_credential)); [all...] |
wps_enrollee.c | 741 struct wps_credential cred; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.h | 12 struct wps_credential; 78 const struct wps_credential *cred); 111 const struct wps_credential *cred)
|
dbus_new.h | 21 struct wps_credential; 147 const struct wps_credential *cred); 277 const struct wps_credential *cred)
|
dbus_old.c | 502 const struct wps_credential *cred) 542 const struct wps_credential *cred)
|
dbus_new.c | 707 const struct wps_credential *cred) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.h | 14 struct wps_credential; 42 const struct wps_credential *cred);
|
wps_supplicant.c | 143 const struct wps_credential *cred) 297 const struct wps_credential *cred) 754 const struct wps_credential *cred = ap_settings->cred; [all...] |
notify.c | 183 const struct wps_credential *cred)
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 62 static int eap_wsc_new_ap_settings(struct wps_credential *cred, 150 struct wps_credential new_ap_settings;
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 305 const struct wps_credential *cred) 414 const struct wps_credential *cred = ctx; 647 static int hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) [all...] |