Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h109 struct hostapd_eap_user { struct
110 struct hostapd_eap_user *next; argument
111 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 …]