Lines Matching defs:hostapd_eap_user
159 struct hostapd_eap_user { struct
160 struct hostapd_eap_user *next; argument
161 u8 *identity;
162 size_t identity_len;
163 struct {
166 } methods[EAP_MAX_METHODS];
167 u8 *password;
168 size_t password_len;
169 u8 *salt;
170 size_t salt_len; /* non-zero when password is salted */
171 int phase2;
172 int force_version;
173 unsigned int wildcard_prefix:1;
174 unsigned int password_hash:1; /* whether password is hashed with
176 unsigned int remediation:1;
177 unsigned int macacl:1;
178 int ttls_auth; /* EAP_TTLS_AUTH_* bitfield */
179 struct hostapd_radius_attr *accept_attr;
180 u32 t_c_timestamp;