Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap.h110 struct eap_config { struct
117 void *ssl_ctx;
118 void *msg_ctx;
126 void *eap_sim_db_priv;
128 struct crypto_rsa_key *imsi_privacy_key;
130 bool backend_auth;
131 int eap_server;
138 u16 pwd_group;
147 u8 *pac_opaque_encr_key;
158 u8 *eap_fast_a_id;
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h322 struct eap_config { struct
328 const char *opensc_engine_path;
334 const char *pkcs11_engine_path;
340 const char *pkcs11_module_path;
364 void *msg_ctx, struct eap_config *conf); argument