Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap.h110 struct eap_config { struct
111 void *ssl_ctx;
112 void *msg_ctx;
114 Boolean backend_auth;
115 int eap_server;
116 u16 pwd_group;
118 u8 *eap_fast_a_id;
121 int eap_fast_prov;
124 int eap_teap_auth;
127 int eap_sim_id;
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap.h290 struct eap_config { struct
296 const char *opensc_engine_path;
302 const char *pkcs11_engine_path;
308 const char *pkcs11_module_path;
332 void *msg_ctx, struct eap_config *conf); argument