Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h114 struct hostapd_eap_user { struct
115 struct hostapd_eap_user *next; argument
116 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 …]