Home
last modified time | relevance | path

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

/hostap/src/eap_server/
Deap.h109 struct eap_config { struct
116 void *ssl_ctx;
117 void *msg_ctx;
125 void *eap_sim_db_priv;
127 struct crypto_rsa_key *imsi_privacy_key;
129 bool backend_auth;
130 int eap_server;
137 u16 pwd_group;
146 u8 *pac_opaque_encr_key;
157 u8 *eap_fast_a_id;
[all …]
/hostap/src/eap_peer/
Deap.h289 struct eap_config { struct
295 const char *opensc_engine_path;
301 const char *pkcs11_engine_path;
307 const char *pkcs11_module_path;
331 void *msg_ctx, struct eap_config *conf); argument
/hostap/eap_example/
Deap_example_peer.c36 struct eap_peer_config eap_config; member