Searched defs:hostapd_eap_user (Results 1 – 1 of 1) sorted by relevance
109 struct hostapd_eap_user { struct110 struct hostapd_eap_user *next; argument111 u8 *identity;112 size_t identity_len;113 struct {116 } methods[EAP_MAX_METHODS];117 u8 *password;118 size_t password_len;119 int phase2;120 int force_version;[all …]