ESP-IDF
eap_ttls_data::phase2_method
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_ttls_data::phase2_method
eap_ttls_data::phase2_method field
Syntax
Show:
Summary
Declaration
from
eap_ttls.c:35
const
struct
eap_method
*
phase2_method
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
eap_method
*
phase2_method
;
eap_ttls.c:35
if
(
data
->
phase2_priv
&&
data
->
phase2_method
)
{
eap_ttls.c:122
eap_ttls_phase2_eap_deinit()
data
->
phase2_method
->
deinit
(
sm
,
data
->
phase2_priv
)
;
eap_ttls.c:123
eap_ttls_phase2_eap_deinit()
data
->
phase2_method
=
NULL
;
eap_ttls.c:124
eap_ttls_phase2_eap_deinit()
*
resp
=
data
->
phase2_method
->
process
(
sm
,
data
->
phase2_priv
,
&
iret
,
eap_ttls.c:307
eap_ttls_phase2_eap_process()
data
->
phase2_method
=
eap_peer_get_eap_method
(
vendor
,
method
)
;
eap_ttls.c:379
eap_ttls_phase2_request_eap_method()
if
(
data
->
phase2_method
)
{
eap_ttls.c:380
eap_ttls_phase2_request_eap_method()
data
->
phase2_priv
=
data
->
phase2_method
->
init
(
sm
)
;
eap_ttls.c:382
eap_ttls_phase2_request_eap_method()
if
(
data
->
phase2_priv
==
NULL
||
data
->
phase2_method
==
NULL
)
{
eap_ttls.c:386
eap_ttls_phase2_request_eap_method()
if
(
data
->
phase2_priv
&&
data
->
phase2_method
&&
eap_ttls.c:1674
eap_ttls_init_for_reauth()
data
->
phase2_method
->
init_for_reauth
)
eap_ttls.c:1675
eap_ttls_init_for_reauth()
data
->
phase2_method
->
init_for_reauth
(
sm
,
data
->
phase2_priv
)
;
eap_ttls.c:1676
eap_ttls_init_for_reauth()
data
->
phase2_method
?
eap_ttls.c:1701
eap_ttls_get_status()
data
->
phase2_method
->
name
:
"?"
)
;
eap_ttls.c:1702
eap_ttls_get_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ttls_data::phase2_method
is written by 2 functions and is read by 5 functions:
eap_ttls_phase2_eap_deinit()
eap_ttls_phase2_request_eap_method()
All items filtered out
eap_ttls_data::phase2_method
eap_ttls_phase2_eap_deinit()
eap_ttls_phase2_eap_process()
eap_ttls_phase2_request_eap_method()
eap_ttls_init_for_reauth()
eap_ttls_get_status()
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