ESP-IDF
eap_fast_data::phase2_priv
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_fast_data::phase2_priv
eap_fast_data::phase2_priv field
Syntax
Show:
Summary
Declaration
from
eap_fast.c:38
void
*
phase2_priv
;
Examples
References
from
examples
Code
Location
Referrer
void
*
phase2_priv
;
eap_fast.c:38
if
(
data
->
phase2_priv
&&
data
->
phase2_method
)
eap_fast.c:236
eap_fast_deinit()
data
->
phase2_method
->
deinit
(
sm
,
data
->
phase2_priv
)
;
eap_fast.c:237
eap_fast_deinit()
data
->
phase2_priv
=
data
->
phase2_method
->
init
(
sm
)
;
eap_fast.c:357
eap_fast_init_phase2_method()
return
data
->
phase2_priv
==
NULL
?
-
1
:
0
;
eap_fast.c:362
eap_fast_init_phase2_method()
if
(
data
->
phase2_priv
&&
data
->
phase2_method
&&
eap_fast.c:437
eap_fast_phase2_request()
data
->
phase2_method
->
deinit
(
sm
,
data
->
phase2_priv
)
;
eap_fast.c:441
eap_fast_phase2_request()
data
->
phase2_priv
=
NULL
;
eap_fast.c:443
eap_fast_phase2_request()
if
(
(
data
->
phase2_priv
==
NULL
&&
eap_fast.c:458
eap_fast_phase2_request()
*
resp
=
data
->
phase2_method
->
process
(
sm
,
data
->
phase2_priv
,
&
iret
,
eap_fast.c:470
eap_fast_phase2_request()
if
(
data
->
phase2_method
==
NULL
||
data
->
phase2_priv
==
NULL
)
{
eap_fast.c:655
eap_fast_get_phase2_key()
if
(
!
data
->
phase2_method
->
isKeyAvailable
(
sm
,
data
->
phase2_priv
)
||
eap_fast.c:665
eap_fast_get_phase2_key()
(
key
=
data
->
phase2_method
->
getKey
(
sm
,
data
->
phase2_priv
,
eap_fast.c:666
eap_fast_get_phase2_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_fast_data::phase2_priv
is written by 2 functions and is read by 4 functions:
eap_fast_init_phase2_method()
eap_fast_phase2_request()
All items filtered out
eap_fast_data::phase2_priv
eap_fast_deinit()
eap_fast_init_phase2_method()
eap_fast_phase2_request()
eap_fast_get_phase2_key()
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