ESP-IDF
wps_registrar_device
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_registrar_device
wps_registrar_device struct
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:133
struct
wps_registrar_device
{
struct
wps_registrar_device
*
next
;
struct
wps_device_data
dev
;
u8
uuid
[
WPS_UUID_LEN
]
;
}
;
Fields
Field
Declared as
wps_registrar_device::next
struct
wps_registrar_device
*
wps_registrar_device::dev
struct
wps_device_data
wps_registrar_device::uuid
u8
[
WPS_UUID_LEN
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_registrar_device
{
wps_registrar.c:133
struct
wps_registrar_device
*
next
;
wps_registrar.c:134
wps_registrar_device
wps_registrar_device::next
struct
wps_registrar_device
*
devices
;
wps_registrar.c:177
wps_registrar
wps_registrar::devices
static
void
wps_free_devices
(
struct
wps_registrar_device
*
dev
)
wps_registrar.c:279
wps_free_devices()
wps_free_devices()::dev
struct
wps_registrar_device
*
prev
;
wps_registrar.c:281
wps_free_devices()
os_free
(
prev
)
;
wps_registrar.c:287
wps_free_devices()
static
struct
wps_registrar_device
*
wps_device_get
(
struct
wps_registrar
*
reg
,
wps_registrar.c:292
wps_device_get()
struct
wps_registrar_device
*
dev
;
wps_registrar.c:295
wps_device_get()
struct
wps_registrar_device
*
d
;
wps_registrar.c:327
wps_device_store()
d
=
os_zalloc
(
sizeof
(
*
d
)
)
;
wps_registrar.c:331
wps_device_store()
struct
wps_registrar_device
*
d
;
wps_registrar.c:3613
wps_registrar_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
wps_registrar_device::next
wps_registrar_device
wps_registrar.c:134
wps_registrar::devices
wps_registrar
wps_registrar.c:177
wps_free_devices()::dev
wps_free_devices()
wps_registrar.c:279
return
wps_device_get()
wps_registrar.c:292
Lifecycle
from
examples
wps_registrar_device
is allocated by 1 symbol and is freed by 1 symbol:
wps_device_store()
All items filtered out
wps_registrar_device
wps_free_devices()
All items filtered out