/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_workaround_cred_key(struct wps_credential *cred) 247 struct wps_credential *cred) 267 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 | 100 struct wps_credential cred; 113 struct wps_credential *new_ap_settings; 117 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred); 120 struct wps_credential *use_cred; 188 struct wps_credential *cred); 190 struct wps_credential *cred);
|
wps.h | 34 * struct wps_credential - WPS Credential 47 struct wps_credential { struct 147 const struct wps_credential *new_ap_settings; 558 const struct wps_credential *cred; 770 int (*cred_cb)(void *ctx, const struct wps_credential *cred); 825 struct wps_credential *cred); 836 const struct wps_credential *cred); 861 const struct wps_credential *cred); 864 const struct wps_credential *cred); 866 struct wps_credential *cred) [all...] |
wps_registrar.c | [all...] |
wps_common.c | 385 struct wps_credential cred; 441 struct wps_credential local_cred;
|
wps_er.c | 307 sizeof(struct wps_credential)); [all...] |
wps_enrollee.c | 802 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); 116 const struct wps_credential *cred)
|
dbus_new.h | 21 struct wps_credential; 153 const struct wps_credential *cred); 301 const struct wps_credential *cred)
|
dbus_old.c | 503 const struct wps_credential *cred) 542 const struct wps_credential *cred)
|
dbus_new.c | 723 const struct wps_credential *cred) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.h | 15 struct wps_credential; 45 const struct wps_credential *cred);
|
wps_supplicant.c | 184 const struct wps_credential *cred) 360 const struct wps_credential *cred) 790 const struct wps_credential *cred = ap_settings->cred; [all...] |
notify.c | 276 const struct wps_credential *cred)
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 58 static int eap_wsc_new_ap_settings(struct wps_credential *cred, 148 struct wps_credential new_ap_settings;
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 314 const struct wps_credential *cred) 397 const struct wps_credential *cred = ctx; 623 static int hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) [all...] |