ESP-IDF
eap_fast_pac::pac_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_fast_pac::pac_key
eap_fast_pac::pac_key field
Syntax
Show:
Summary
Declaration
from
eap_fast_pac.h:17
u8
pac_key
[
EAP_FAST_PAC_KEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
pac_key
[
EAP_FAST_PAC_KEY_LEN
]
;
eap_fast_pac.h:17
eap_fast_derive_master_secret
(
data
->
current_pac
->
pac_key
,
eap_fast.c:105
eap_fast_session_ticket_cb()
os_memcpy
(
entry
->
pac_key
,
pos
,
len
)
;
eap_fast.c:842
eap_fast_parse_pac_tlv()
os_memcpy
(
pac
->
pac_key
,
entry
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:158
eap_fast_add_pac()
os_memcpy
(
pac
->
pac_key
,
key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:356
eap_fast_parse_pac_key()
pac
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
,
0
)
;
eap_fast_pac.c:590
eap_fast_add_pac_data()
os_memcpy
(
pac
->
pac_key
,
pos
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:819
eap_fast_load_pac_bin()
os_memcpy
(
pos
,
pac
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:909
eap_fast_save_pac_bin()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_fast_pac::pac_key
is read by 7 functions:
All items filtered out
eap_fast_pac::pac_key
eap_fast_session_ticket_cb()
eap_fast_parse_pac_tlv()
eap_fast_add_pac()
eap_fast_parse_pac_key()
eap_fast_add_pac_data()
eap_fast_load_pac_bin()
eap_fast_save_pac_bin()
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