Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
108 struct hostapd_eap_user { struct109 struct hostapd_eap_user *next; argument110 u8 *identity;111 size_t identity_len;112 struct {115 } methods[EAP_USER_MAX_METHODS];116 u8 *password;117 size_t password_len;118 int phase2;119 int force_version;[all …]