Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
168 struct hostapd_eap_user { struct169 struct hostapd_eap_user *next; argument170 u8 *identity;171 size_t identity_len;172 struct {175 } methods[EAP_MAX_METHODS];176 u8 *password;177 size_t password_len;178 u8 *salt;179 size_t salt_len; /* non-zero when password is salted */[all …]