ESP-IDF
eap_fast_pac::pac_info
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_pac::pac_info
eap_fast_pac::pac_info field
Syntax
Show:
Summary
Declaration
from
eap_fast_pac.h:20
u8
*
pac_info
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
pac_info
;
eap_fast_pac.h:20
entry
->
pac_info
=
pos
;
eap_fast.c:851
eap_fast_parse_pac_tlv()
if
(
!
pac_key_found
||
!
entry
->
pac_opaque
||
!
entry
->
pac_info
)
{
eap_fast.c:893
eap_fast_process_pac_tlv()
pos
=
entry
->
pac_info
;
eap_fast.c:981
eap_fast_process_pac_info()
os_free
(
pac
->
pac_info
)
;
eap_fast_pac.c:54
eap_fast_free_pac()
eap_fast_copy_buf
(
&
pac
->
pac_info
,
&
pac
->
pac_info_len
,
eap_fast_pac.c:161
eap_fast_add_pac()
entry
->
pac_info
,
entry
->
pac_info_len
)
<
0
||
eap_fast_pac.c:162
eap_fast_add_pac()
pac
->
pac_info
,
pac
->
pac_info_len
,
0
)
;
eap_fast_pac.c:594
eap_fast_add_pac_data()
pos
=
pac
->
pac_info
;
eap_fast_pac.c:714
eap_fast_pac_get_a_id()
pac
->
pac_info
=
os_memdup
(
pos
,
pac
->
pac_info_len
)
;
eap_fast_pac.c:837
eap_fast_load_pac_bin()
if
(
pac
->
pac_info
==
NULL
)
eap_fast_pac.c:838
eap_fast_load_pac_bin()
os_memcpy
(
pos
,
pac
->
pac_info
,
pac
->
pac_info_len
)
;
eap_fast_pac.c:917
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_info
is written by 2 functions and is read by 8 functions:
eap_fast_parse_pac_tlv()
eap_fast_load_pac_bin()
All items filtered out
eap_fast_pac::pac_info
eap_fast_process_pac_tlv()
eap_fast_process_pac_info()
eap_fast_free_pac()
eap_fast_add_pac()
eap_fast_add_pac_data()
eap_fast_pac_get_a_id()
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