ESP-IDF
wps_pbc_session::next
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::next
wps_pbc_session::next field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:114
struct
wps_pbc_session
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
wps_pbc_session
*
next
;
wps_registrar.c:114
pbc
=
pbc
->
next
;
wps_registrar.c:127
wps_free_pbc_sessions()
prev
->
next
=
pbc
->
next
;
wps_registrar.c:358
wps_registrar_add_pbc_session()
reg
->
pbc_sessions
=
pbc
->
next
;
wps_registrar.c:360
wps_registrar_add_pbc_session()
pbc
=
pbc
->
next
;
wps_registrar.c:364
wps_registrar_add_pbc_session()
pbc
->
next
=
reg
->
pbc_sessions
;
wps_registrar.c:376
wps_registrar_add_pbc_session()
pbc
=
pbc
->
next
;
wps_registrar.c:382
wps_registrar_add_pbc_session()
prev
->
next
=
NULL
;
wps_registrar.c:387
wps_registrar_add_pbc_session()
pbc
=
pbc
->
next
;
wps_registrar.c:392
wps_registrar_add_pbc_session()
prev
->
next
=
pbc
->
next
;
wps_registrar.c:410
wps_registrar_remove_pbc_session()
reg
->
pbc_sessions
=
pbc
->
next
;
wps_registrar.c:412
wps_registrar_remove_pbc_session()
pbc
=
pbc
->
next
;
wps_registrar.c:414
wps_registrar_remove_pbc_session()
pbc
=
pbc
->
next
;
wps_registrar.c:423
wps_registrar_remove_pbc_session()
for
(
pbc
=
reg
->
pbc_sessions
;
pbc
;
pbc
=
pbc
->
next
)
{
wps_registrar.c:447
wps_registrar_pbc_overlap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_pbc_session::next
is written by 2 functions and is read by 4 functions:
wps_registrar_add_pbc_session()
wps_registrar_remove_pbc_session()
All items filtered out
wps_pbc_session::next
wps_free_pbc_sessions()
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