ESP-IDF
wps_pbc_session::uuid_e
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
wps_pbc_session::uuid_e
wps_pbc_session::uuid_e field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:116
u8
uuid_e
[
WPS_UUID_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
uuid_e
[
WPS_UUID_LEN
]
;
wps_registrar.c:116
os_memcmp
(
pbc
->
uuid_e
,
uuid_e
,
WPS_UUID_LEN
)
==
0
)
{
wps_registrar.c:356
wps_registrar_add_pbc_session()
os_memcpy
(
pbc
->
uuid_e
,
uuid_e
,
WPS_UUID_LEN
)
;
wps_registrar.c:373
wps_registrar_add_pbc_session()
if
(
os_memcmp
(
pbc
->
uuid_e
,
uuid_e
,
WPS_UUID_LEN
)
==
0
||
wps_registrar.c:405
wps_registrar_remove_pbc_session()
os_memcmp
(
pbc
->
uuid_e
,
first
->
uuid_e
,
WPS_UUID_LEN
)
==
0
)
{
wps_registrar.c:458
wps_registrar_pbc_overlap()
os_memcmp
(
uuid_e
,
pbc
->
uuid_e
,
WPS_UUID_LEN
)
)
{
wps_registrar.c:463
wps_registrar_pbc_overlap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_pbc_session::uuid_e
is read by 3 functions:
All items filtered out
wps_pbc_session::uuid_e
wps_registrar_add_pbc_session()
wps_registrar_remove_pbc_session()
wps_registrar_pbc_overlap()
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