Configuration for EAP state machine. More...
#include <eap.h>
Data Fields | |
| const char * | opensc_engine_path |
| OpenSC engine for OpenSSL engine support. | |
| const char * | pkcs11_engine_path |
| PKCS#11 engine for OpenSSL engine support. | |
| const char * | pkcs11_module_path |
| OpenSC PKCS#11 module for OpenSSL engine. | |
| struct wps_context * | wps |
| WPS context data. | |
| void * | ssl_ctx |
| void * | eap_sim_db_priv |
| Boolean | backend_auth |
| int | eap_server |
| u8 * | pac_opaque_encr_key |
| u8 * | eap_fast_a_id |
| size_t | eap_fast_a_id_len |
| char * | eap_fast_a_id_info |
| int | eap_fast_prov |
| int | pac_key_lifetime |
| int | pac_key_refresh_time |
| int | eap_sim_aka_result_ind |
| int | tnc |
| struct wpabuf * | assoc_wps_ie |
| const u8 * | peer_addr |
Configuration for EAP state machine.
| const char* eap_config::opensc_engine_path |
OpenSC engine for OpenSSL engine support.
Usually, path to engine_opensc.so.
| const char* eap_config::pkcs11_engine_path |
PKCS#11 engine for OpenSSL engine support.
Usually, path to engine_pkcs11.so.
| const char* eap_config::pkcs11_module_path |
OpenSC PKCS#11 module for OpenSSL engine.
Usually, path to opensc-pkcs11.so.
struct wps_context * eap_config::wps [read] |
WPS context data.
This is only used by EAP-WSC and can be left NULL if not available.
1.6.1