Searched refs:wpa_cred (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 33 struct wpa_cred { struct 40 struct wpa_cred *next; argument 252 struct wpa_cred *cred; 782 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id); 783 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config); 785 void wpa_config_free_cred(struct wpa_cred *cred); 786 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
|
D | interworking.c | 113 struct wpa_cred *cred; in cred_with_roaming_consortium() 125 struct wpa_cred *cred; in cred_with_3gpp() 137 struct wpa_cred *cred; in cred_with_nai_realm() 153 struct wpa_cred *cred; in cred_with_domain() 560 static struct nai_realm_eap * nai_realm_find_eap(struct wpa_cred *cred, in nai_realm_find_eap() 736 struct wpa_cred *cred; in interworking_connect_3gpp() 947 static struct wpa_cred * interworking_credentials_available_roaming_consortium( in interworking_credentials_available_roaming_consortium() 950 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium() 984 struct wpa_cred *cred, int ttls) in interworking_set_eap_params() 1076 struct wpa_supplicant *wpa_s, struct wpa_cred *cred, in interworking_connect_roaming_consortium() [all …]
|
D | config_file.c | 208 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred() 210 struct wpa_cred *cred; in wpa_config_read_cred() 352 struct wpa_cred *cred, *cred_tail = NULL, *cred_head = NULL; in wpa_config_read() 696 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred() 932 struct wpa_cred *cred; in wpa_config_write()
|
D | config.c | 1817 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred() 1849 struct wpa_cred *cred, *cprev; in wpa_config_free() 2269 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred() 2415 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id) in wpa_config_get_cred() 2417 struct wpa_cred *cred; in wpa_config_get_cred() 2430 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config) in wpa_config_add_cred() 2433 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() 2460 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred()
|
D | ctrl_iface.c | 2024 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_list_creds() 2056 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_add_cred() 2076 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_remove_cred() 2109 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_set_cred() 4252 struct wpa_cred *cred = wpa_s->conf->cred; in hs20_get_nai_home_realm_list()
|