Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h57 struct wpa_cred { struct
64 struct wpa_cred *next; argument
75 int id;
80 int temporary;
92 int priority;
97 int pcsc;
102 char *realm;
107 char *username;
112 char *password;
117 int ext_password;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h60 struct wpa_cred { struct
67 struct wpa_cred *next; argument
78 int id;
83 int temporary;
95 int priority;
100 int pcsc;
105 char *realm;
110 char *username;
115 char *password;
120 int ext_password;
[all …]