Searched refs:wpa_cred (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 61 struct wpa_cred { struct 68 struct wpa_cred *next; argument 490 struct wpa_cred *cred; 1841 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id); 1842 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config); 1844 void wpa_config_free_cred(struct wpa_cred *cred); 1845 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, 1847 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var);
|
D | interworking.c | 49 static struct wpa_cred * interworking_credentials_available_realm( 52 static struct wpa_cred * interworking_credentials_available_3gpp( 57 static int cred_prio_cmp(const struct wpa_cred *a, const struct wpa_cred *b) in cred_prio_cmp() 144 struct wpa_cred *cred; in cred_with_roaming_consortium() 160 struct wpa_cred *cred; in cred_with_3gpp() 172 struct wpa_cred *cred; in cred_with_nai_realm() 188 struct wpa_cred *cred; in cred_with_domain() 203 struct wpa_cred *cred; in cred_with_min_backhaul() 218 struct wpa_cred *cred; in cred_with_conn_capab() 700 struct wpa_cred *cred, in nai_realm_find_eap() [all …]
|
D | interworking.h | 32 struct wpa_cred *cred,
|
D | notify.h | 21 struct wpa_cred; 211 struct wpa_cred *cred, int excluded,
|
D | config_file.c | 160 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred() 162 struct wpa_cred *cred; in wpa_config_read_cred() 306 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() 902 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred() 1625 struct wpa_cred *cred; in wpa_config_write()
|
D | config.c | 2924 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred() 2987 struct wpa_cred *cred, *cprev; in wpa_config_free() 3521 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab() 3645 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred() 4091 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key() 4424 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id) in wpa_config_get_cred() 4426 struct wpa_cred *cred; in wpa_config_get_cred() 4439 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config) in wpa_config_add_cred() 4442 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() 4470 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred()
|
D | wpa_supplicant_i.h | 45 struct wpa_cred; 1622 int wpas_remove_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred);
|
D | notify.c | 1323 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added()
|
D | hs20_supplicant.c | 202 struct wpa_cred *cred; in hs20_get_pps_mo_id()
|
D | ctrl_iface.c | 2413 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_status() 3790 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_list_creds() 3822 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_add_cred() 3844 struct wpa_cred *cred, *prev; in wpa_supplicant_ctrl_iface_remove_cred() 3900 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_set_cred() 3945 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_get_cred() 8111 struct wpa_cred *cred = wpa_s->conf->cred; in hs20_get_nai_home_realm_list()
|
D | wpa_supplicant.c | 4899 int wpas_remove_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred) 4949 struct wpa_cred *cred, *prev;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 19 struct wpa_cred; 277 struct wpa_cred *cred, 641 struct wpa_cred *cred, in wpas_dbus_signal_interworking_ap_added()
|
D | dbus_new_handlers.c | 355 static int set_cred_property(struct wpa_cred *cred, in set_cred_property() 477 struct wpa_cred *cred, in set_cred_properties() 1790 struct wpa_cred *cred = NULL; in wpas_dbus_handler_add_cred() 1860 struct wpa_cred *cred; in wpas_dbus_handler_remove_cred()
|
D | dbus_new.c | 944 struct wpa_cred *cred, in wpas_dbus_signal_interworking_ap_added()
|