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.h108 struct hostapd_eap_user { struct
109 struct hostapd_eap_user *next; argument
110 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 …]