ESP-IDF
wps_parse_attr::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_parse_attr::uuid_e
wps_parse_attr::uuid_e field
Syntax
Show:
Summary
Declaration
from
wps_attr_parse.h:22
const
u8
*
uuid_e
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
uuid_e
;
/* WPS_UUID_LEN (16) octets */
wps_attr_parse.h:22
uuid_e
=
attr
->
uuid_e
;
wps.c:457
wps_get_uuid_e()
attr
->
uuid_e
=
pos
;
wps_attr_parse.c:194
wps_set_attr()
if
(
reg
->
enrollee_seen_cb
&&
attr
.
uuid_e
&&
wps_registrar.c:1175
wps_registrar_probe_req_rx()
reg
->
enrollee_seen_cb
(
reg
->
cb_ctx
,
addr
,
attr
.
uuid_e
,
wps_registrar.c:1185
wps_registrar_probe_req_rx()
if
(
attr
.
uuid_e
==
NULL
)
{
wps_registrar.c:1198
wps_registrar_probe_req_rx()
os_memcmp
(
attr
.
uuid_e
,
reg
->
pbc_ignore_uuid
,
WPS_UUID_LEN
)
==
0
)
{
wps_registrar.c:1208
wps_registrar_probe_req_rx()
wps_registrar_add_pbc_session
(
reg
,
addr
,
attr
.
uuid_e
)
;
wps_registrar.c:1223
wps_registrar_probe_req_rx()
if
(
wps_registrar_pbc_overlap
(
reg
,
addr
,
attr
.
uuid_e
)
)
{
wps_registrar.c:1224
wps_registrar_probe_req_rx()
if
(
wps_process_uuid_e
(
wps
,
attr
->
uuid_e
)
||
wps_registrar.c:2669
wps_process_m1()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_parse_attr::uuid_e
is written by 1 function and is read by 3 functions:
wps_set_attr()
All items filtered out
wps_parse_attr::uuid_e
wps_get_uuid_e()
wps_registrar_probe_req_rx()
wps_process_m1()
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