Searched defs:wpa_cred (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h44 struct wpa_cred { struct
51 struct wpa_cred *next;
364 struct wpa_cred *cred;
1225 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id);
1226 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config);
1228 void wpa_config_free_cred(struct wpa_cred *cred);
1229 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
1231 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var);

Completed in 57 milliseconds