ESP-IDF
wps_pbc_session
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
wps_pbc_session
wps_pbc_session struct
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:113
struct
wps_pbc_session
{
struct
wps_pbc_session
*
next
;
u8
addr
[
ETH_ALEN
]
;
u8
uuid_e
[
WPS_UUID_LEN
]
;
struct
os_reltime
timestamp
;
}
;
Fields
Field
Declared as
wps_pbc_session::next
struct
wps_pbc_session
*
wps_pbc_session::addr
u8
[
ETH_ALEN
]
wps_pbc_session::uuid_e
u8
[
WPS_UUID_LEN
]
wps_pbc_session::timestamp
struct
os_reltime
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_pbc_session
{
wps_registrar.c:113
struct
wps_pbc_session
*
next
;
wps_registrar.c:114
wps_pbc_session
wps_pbc_session::next
static
void
wps_free_pbc_sessions
(
struct
wps_pbc_session
*
pbc
)
wps_registrar.c:121
wps_free_pbc_sessions()
wps_free_pbc_sessions()::pbc
struct
wps_pbc_session
*
prev
;
wps_registrar.c:123
wps_free_pbc_sessions()
os_free
(
prev
)
;
wps_registrar.c:128
wps_free_pbc_sessions()
struct
wps_pbc_session
*
pbc_sessions
;
wps_registrar.c:166
wps_registrar
wps_registrar::pbc_sessions
struct
wps_pbc_session
*
pbc
,
*
prev
=
NULL
;
wps_registrar.c:348
wps_registrar_add_pbc_session()
pbc
=
os_zalloc
(
sizeof
(
*
pbc
)
)
;
wps_registrar.c:368
wps_registrar_add_pbc_session()
struct
wps_pbc_session
*
pbc
,
*
prev
=
NULL
,
*
tmp
;
wps_registrar.c:401
wps_registrar_remove_pbc_session()
os_free
(
tmp
)
;
wps_registrar.c:419
wps_registrar_remove_pbc_session()
struct
wps_pbc_session
*
pbc
;
wps_registrar.c:432
wps_registrar_pbc_overlap()
struct
wps_pbc_session
*
first
=
NULL
;
wps_registrar.c:433
wps_registrar_pbc_overlap()
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_pbc_session::next
wps_pbc_session
wps_registrar.c:114
wps_free_pbc_sessions()::pbc
wps_free_pbc_sessions()
wps_registrar.c:121
wps_registrar::pbc_sessions
wps_registrar
wps_registrar.c:166
Lifecycle
from
examples
wps_pbc_session
is allocated by 1 symbol and is freed by 2 symbols:
wps_registrar_add_pbc_session()
All items filtered out
wps_pbc_session
wps_free_pbc_sessions()
wps_registrar_remove_pbc_session()
All items filtered out