wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
eap_config Struct Reference

Configuration for EAP state machine. More...

#include <eap.h>

Data Fields

const char * opensc_engine_path
 OpenSC engine for OpenSSL engine support. More...
 
const char * pkcs11_engine_path
 PKCS#11 engine for OpenSSL engine support. More...
 
const char * pkcs11_module_path
 OpenSC PKCS#11 module for OpenSSL engine. More...
 
const char * openssl_ciphers
 OpenSSL cipher string. More...
 
struct wps_contextwps
 WPS context data. More...
 
int cert_in_cb
 Include server certificates in callback.
 
void * ssl_ctx
 
void * msg_ctx
 
void * eap_sim_db_priv
 
Boolean backend_auth
 
int eap_server
 
u16 pwd_group
 
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
 
const struct wpabufassoc_wps_ie
 
const struct wpabufassoc_p2p_ie
 
const u8 * peer_addr
 
int fragment_size
 
int pbc_in_m1
 
const u8 * server_id
 
size_t server_id_len
 
int erp
 
unsigned int tls_session_lifetime
 

Detailed Description

Configuration for EAP state machine.

Field Documentation

const char* eap_config::opensc_engine_path

OpenSC engine for OpenSSL engine support.

Usually, path to engine_opensc.so.

const char* eap_config::openssl_ciphers

OpenSSL cipher string.

This is an OpenSSL specific configuration option for configuring the default ciphers. If not set, "DEFAULT:!EXP:!LOW" is used as the default.

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

WPS context data.

This is only used by EAP-WSC and can be left NULL if not available.


The documentation for this struct was generated from the following file: