Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wpa_cred

51 struct wpa_cred {
58 struct wpa_cred *next;
372 struct wpa_cred *cred;
1384 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id);
1385 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config);
1387 void wpa_config_free_cred(struct wpa_cred *cred);
1388 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
1390 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var);