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.h149 struct hostapd_eap_user { struct
150 struct hostapd_eap_user *next; argument
151 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 …]