Searched defs:hostapd_eap_user (Results 1 – 2 of 2) sorted by relevance
159 struct hostapd_eap_user { struct160 struct hostapd_eap_user *next; argument161 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 */[all …]
169 struct hostapd_eap_user { struct170 struct hostapd_eap_user *next; argument171 u8 *identity;172 size_t identity_len;173 struct {176 } methods[EAP_MAX_METHODS];177 u8 *password;178 size_t password_len;179 u8 *salt;180 size_t salt_len; /* non-zero when password is salted */[all …]