Home
last modified time | relevance | path

Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h175 struct hostapd_eap_user { struct
176 struct hostapd_eap_user *next; argument
177 u8 *identity;
178 size_t identity_len;
179 struct {
182 } methods[EAP_MAX_METHODS];
183 u8 *password;
184 size_t password_len;
185 u8 *salt;
186 size_t salt_len; /* non-zero when password is salted */
[all …]