ESP-IDF
eap_fast_data::current_pac
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::current_pac
eap_fast_data::current_pac field
Syntax
Show:
Summary
Declaration
from
eap_fast.c:61
struct
eap_fast_pac
*
current_pac
;
Examples
References
from
examples
Code
Location
Referrer
struct
eap_fast_pac
*
current_pac
;
eap_fast.c:61
data
->
current_pac
=
NULL
;
eap_fast.c:91
eap_fast_session_ticket_cb()
if
(
data
->
current_pac
==
NULL
)
{
eap_fast.c:98
eap_fast_session_ticket_cb()
eap_fast_derive_master_secret
(
data
->
current_pac
->
pac_key
,
eap_fast.c:105
eap_fast_session_ticket_cb()
eap_fast_add_pac
(
&
data
->
pac
,
&
data
->
current_pac
,
&
entry
)
;
eap_fast.c:1027
eap_fast_process_pac()
if
(
data
->
current_pac
==
NULL
&&
data
->
provisioning
&&
eap_fast.c:1224
eap_fast_process_decrypted()
data
->
current_pac
=
eap_fast_get_pac
(
data
->
pac
,
a_id
,
a_id_len
,
eap_fast.c:1361
eap_fast_select_pac()
if
(
data
->
current_pac
==
NULL
)
{
eap_fast.c:1363
eap_fast_select_pac()
data
->
current_pac
=
eap_fast_get_pac
(
eap_fast.c:1368
eap_fast_select_pac()
if
(
data
->
current_pac
)
{
eap_fast.c:1373
eap_fast_select_pac()
if
(
data
->
resuming
&&
data
->
current_pac
)
{
eap_fast.c:1481
eap_fast_process_start()
}
else
if
(
data
->
current_pac
)
{
eap_fast.c:1486
eap_fast_process_start()
if
(
eap_fast_use_pac_opaque
(
sm
,
data
,
data
->
current_pac
)
<
0
)
eap_fast.c:1491
eap_fast_process_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_fast_data::current_pac
is written by 2 functions and is read by 4 functions:
eap_fast_session_ticket_cb()
eap_fast_select_pac()
All items filtered out
eap_fast_data::current_pac
eap_fast_session_ticket_cb()
eap_fast_process_decrypted()
eap_fast_select_pac()
eap_fast_process_start()
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