Lines Matching defs:eap_user
25 struct eap_user { struct
26 struct {
29 } methods[EAP_MAX_METHODS];
30 u8 *password;
31 size_t password_len;
32 int password_hash; /* whether password is hashed with
34 u8 *salt;
35 size_t salt_len;
36 int phase2;
37 int force_version;
38 unsigned int macacl:1;
39 int ttls_auth; /* bitfield of
41 struct hostapd_radius_attr *accept_attr;
42 u32 t_c_timestamp;