Home
last modified time | relevance | path

Searched refs:wpa_cred (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h57 struct wpa_cred { struct
64 struct wpa_cred *next; argument
412 struct wpa_cred *cred;
1576 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id);
1577 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config);
1579 void wpa_config_free_cred(struct wpa_cred *cred);
1580 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
1582 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var);
Dinterworking.c49 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()
695 struct wpa_cred *cred, in nai_realm_find_eap()
[all …]
Dinterworking.h32 struct wpa_cred *cred,
Dconfig_file.c237 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred()
239 struct wpa_cred *cred; in wpa_config_read_cred()
382 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read()
938 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred()
1561 struct wpa_cred *cred; in wpa_config_write()
Dconfig.c2615 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred()
2672 struct wpa_cred *cred, *cprev; in wpa_config_free()
3158 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab()
3221 static int wpa_config_set_cred_roaming_consortiums(struct wpa_cred *cred, in wpa_config_set_cred_roaming_consortiums()
3273 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred()
3639 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key()
3913 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id) in wpa_config_get_cred()
3915 struct wpa_cred *cred; in wpa_config_get_cred()
3928 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config) in wpa_config_add_cred()
3931 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred()
[all …]
Dctrl_iface.c2219 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_status()
3522 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_list_creds()
3554 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_add_cred()
3573 struct wpa_cred *cred) in wpas_ctrl_remove_cred()
3617 struct wpa_cred *cred, *prev; in wpa_supplicant_ctrl_iface_remove_cred()
3679 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_set_cred()
3724 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_get_cred()
7324 struct wpa_cred *cred = wpa_s->conf->cred; in hs20_get_nai_home_realm_list()
Dhs20_supplicant.c193 struct wpa_cred *cred; in hs20_get_pps_mo_id()