Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
158 struct hostapd_eap_user { struct159 struct hostapd_eap_user *next; argument160 u8 *identity;161 size_t identity_len;162 struct {165 } methods[EAP_MAX_METHODS];166 u8 *password;167 size_t password_len;168 u8 *salt;169 size_t salt_len; /* non-zero when password is salted */[all …]