Searched refs:wpa_cred (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | config.h | 61 struct wpa_cred { struct 68 struct wpa_cred *next; argument 478 struct wpa_cred *cred; 1847 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id); 1848 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config); 1850 void wpa_config_free_cred(struct wpa_cred *cred); 1851 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, 1853 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 | notify.h | 18 struct wpa_cred; 167 struct wpa_cred *cred, int excluded,
|
D | interworking.h | 32 struct wpa_cred *cred,
|
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() 906 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred() 1643 struct wpa_cred *cred; in wpa_config_write()
|
D | config.c | 2967 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred() 3030 struct wpa_cred *cred, *cprev; in wpa_config_free() 3571 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab() 3695 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred() 4136 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key() 4466 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id) in wpa_config_get_cred() 4468 struct wpa_cred *cred; in wpa_config_get_cred() 4481 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config) in wpa_config_add_cred() 4484 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() 4512 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred()
|
D | wpa_supplicant_i.h | 43 struct wpa_cred; 1693 int wpas_remove_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred);
|
D | notify.c | 1005 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added()
|
D | hs20_supplicant.c | 191 struct wpa_cred *cred; in hs20_get_pps_mo_id()
|
D | ctrl_iface.c | 2441 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_status() 3853 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_list_creds() 3885 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_add_cred() 3907 struct wpa_cred *cred, *prev; in wpa_supplicant_ctrl_iface_remove_cred() 3963 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_set_cred() 4008 struct wpa_cred *cred; in wpa_supplicant_ctrl_iface_get_cred() 8156 struct wpa_cred *cred = wpa_s->conf->cred; in hs20_get_nai_home_realm_list()
|
D | wpa_supplicant.c | 4989 int wpas_remove_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred) in wpas_remove_cred() 5039 struct wpa_cred *cred, *prev; in wpas_remove_all_creds()
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new.h | 19 struct wpa_cred; 278 struct wpa_cred *cred, 646 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() 1817 struct wpa_cred *cred = NULL; in wpas_dbus_handler_add_cred() 1887 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()
|