Searched defs:eap_config (Results 1 – 2 of 2) sorted by relevance
110 struct eap_config { struct111 void *ssl_ctx;112 void *msg_ctx;113 void *eap_sim_db_priv;114 Boolean backend_auth;115 int eap_server;116 u16 pwd_group;117 u8 *pac_opaque_encr_key;118 u8 *eap_fast_a_id;119 size_t eap_fast_a_id_len;[all …]
294 struct eap_config { struct300 const char *opensc_engine_path;306 const char *pkcs11_engine_path;312 const char *pkcs11_module_path;336 void *msg_ctx, struct eap_config *conf); argument