ESP-IDF
eap_fast_session_ticket_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_fast_session_ticket_cb()
eap_fast_session_ticket_cb() function
Syntax
Show:
Summary
Declaration
from
eap_fast.c:73
static
int
eap_fast_session_ticket_cb
(
void
*
ctx
,
const
u8
*
ticket
,
size_t
len
,
const
u8
*
client_random
,
const
u8
*
server_random
,
u8
*
master_secret
)
;
Arguments
Argument
ctx
ticket
len
client_random
server_random
master_secret
Examples
References
from
examples
Code
Location
Referrer
static
int
eap_fast_session_ticket_cb
(
void
*
ctx
,
const
u8
*
ticket
,
size_t
len
,
eap_fast.c:73
eap_fast_session_ticket_cb
,
eap_fast.c:179
eap_fast_init()
Call Tree
from
examples
eap_fast_session_ticket_cb()
calls 1 function:
All items filtered out
eap_fast_session_ticket_cb()
eap_fast_derive_master_secret()
All items filtered out
Data Use
from
examples
eap_fast_session_ticket_cb()
reads 3 variables and writes 4 variables:
eap_fast_pac::pac_key
eap_fast_data::provisioning_allowed
eap_fast_data::current_pac
All items filtered out
eap_fast_session_ticket_cb()
eap_fast_init()
eap_fast_data::provisioning
eap_fast_data::session_ticket_used
eap_fast_data::current_pac
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