Searched defs:eap_config (Results 1 – 2 of 2) sorted by relevance
107 struct eap_config { struct108 void *ssl_ctx;109 void *msg_ctx;110 void *eap_sim_db_priv;111 Boolean backend_auth;112 int eap_server;113 u16 pwd_group;114 u8 *pac_opaque_encr_key;115 u8 *eap_fast_a_id;116 size_t eap_fast_a_id_len;[all …]
269 struct eap_config { struct275 const char *opensc_engine_path;281 const char *pkcs11_engine_path;287 const char *pkcs11_module_path;311 void *msg_ctx, struct eap_config *conf); argument