ESP-IDF
wps_registrar::set_sel_reg_cb
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::set_sel_reg_cb
wps_registrar::set_sel_reg_cb field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:155
void
(
*
set_sel_reg_cb
)
(
void
*
ctx
,
int
sel_reg
,
u16
dev_passwd_id
,
u16
sel_reg_config_methods
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
set_sel_reg_cb
)
(
void
*
ctx
,
int
sel_reg
,
u16
dev_passwd_id
,
wps_registrar.c:155
reg
->
set_sel_reg_cb
=
cfg
->
set_sel_reg_cb
;
wps_registrar.c:684
wps_registrar_init()
if
(
reg
->
set_sel_reg_cb
==
NULL
)
wps_registrar.c:1287
wps_cb_set_sel_reg()
reg
->
set_sel_reg_cb
(
reg
->
cb_ctx
,
reg
->
selected_registrar
,
wps_registrar.c:1303
wps_cb_set_sel_reg()
Call Tree
from
examples
wps_registrar::set_sel_reg_cb
is called by 1 function:
wps_cb_set_sel_reg()
All items filtered out
wps_registrar::set_sel_reg_cb
All items filtered out
Data Use
from
examples
wps_registrar::set_sel_reg_cb
is written by 1 function and is read by 1 function:
wps_registrar_init()
All items filtered out
wps_registrar::set_sel_reg_cb
wps_cb_set_sel_reg()
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