ESP-IDF
eap_eapol_interface
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_eapol_interface
eap_eapol_interface struct
Syntax
Show:
Summary
Declaration
from
eap.h:46
struct
eap_eapol_interface
{
bool
eapResp
;
struct
wpabuf
*
eapRespData
;
bool
portEnabled
;
int
retransWhile
;
bool
eapRestart
;
int
eapSRTT
;
int
eapRTTVAR
;
bool
eapReq
;
bool
eapNoReq
;
bool
eapSuccess
;
bool
eapFail
;
bool
eapTimeout
;
struct
wpabuf
*
eapReqData
;
u8
*
eapKeyData
;
size_t
eapKeyDataLen
;
u8
*
eapSessionId
;
size_t
eapSessionIdLen
;
bool
eapKeyAvailable
;
#ifndef
ESP_SUPPLICANT
bool
aaaEapReq
;
bool
aaaEapNoReq
;
bool
aaaSuccess
;
bool
aaaFail
;
struct
wpabuf
*
aaaEapReqData
;
u8
*
aaaEapKeyData
;
size_t
aaaEapKeyDataLen
;
bool
aaaEapKeyAvailable
;
int
aaaMethodTimeout
;
bool
aaaEapResp
;
struct
wpabuf
*
aaaEapRespData
;
bool
aaaTimeout
;
#endif
}
;
Fields
Field
Declared as
eap_eapol_interface::eapResp
bool
eap_eapol_interface::eapRespData
struct
wpabuf
*
eap_eapol_interface::portEnabled
bool
eap_eapol_interface::retransWhile
int
eap_eapol_interface::eapRestart
bool
eap_eapol_interface::eapSRTT
int
eap_eapol_interface::eapRTTVAR
int
eap_eapol_interface::eapReq
bool
eap_eapol_interface::eapNoReq
bool
eap_eapol_interface::eapSuccess
bool
eap_eapol_interface::eapFail
bool
eap_eapol_interface::eapTimeout
bool
eap_eapol_interface::eapReqData
struct
wpabuf
*
eap_eapol_interface::eapKeyData
u8
*
eap_eapol_interface::eapKeyDataLen
size_t
eap_eapol_interface::eapSessionId
u8
*
eap_eapol_interface::eapSessionIdLen
size_t
eap_eapol_interface::eapKeyAvailable
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out