Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
149 struct hostapd_eap_user { struct150 struct hostapd_eap_user *next; argument151 u8 *identity;152 size_t identity_len;153 struct {156 } methods[EAP_MAX_METHODS];157 u8 *password;158 size_t password_len;159 int phase2;160 int force_version;[all …]