ESP-IDF
wps_registrar::extra_cred
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::extra_cred
wps_registrar::extra_cred field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:169
struct
wpabuf
*
extra_cred
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
extra_cred
;
wps_registrar.c:169
reg
->
extra_cred
=
wpabuf_alloc_copy
(
cfg
->
extra_cred
,
wps_registrar.c:690
wps_registrar_init()
if
(
reg
->
extra_cred
==
NULL
)
{
wps_registrar.c:692
wps_registrar_init()
wpabuf_clear_free
(
reg
->
extra_cred
)
;
wps_registrar.c:757
wps_registrar_deinit()
if
(
wps
->
wps
->
registrar
->
extra_cred
)
{
wps_registrar.c:1850
wps_build_cred()
wpabuf_put_buf
(
msg
,
wps
->
wps
->
registrar
->
extra_cred
)
;
wps_registrar.c:1852
wps_build_cred()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_registrar::extra_cred
is written by 1 function and is read by 3 functions:
wps_registrar_init()
All items filtered out
wps_registrar::extra_cred
wps_registrar_init()
wps_registrar_deinit()
wps_build_cred()
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