Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
114 struct hostapd_eap_user { struct115 struct hostapd_eap_user *next; argument116 u8 *identity;117 size_t identity_len;118 struct {121 } methods[EAP_MAX_METHODS];122 u8 *password;123 size_t password_len;124 int phase2;125 int force_version;[all …]