ESP-IDF
wps_registrar::cb_ctx
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::cb_ctx
wps_registrar::cb_ctx field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:162
void
*
cb_ctx
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_ctx
;
wps_registrar.c:162
reg
->
cb_ctx
=
cfg
->
cb_ctx
;
wps_registrar.c:687
wps_registrar_init()
reg
->
enrollee_seen_cb
(
reg
->
cb_ctx
,
addr
,
attr
.
uuid_e
,
wps_registrar.c:1185
wps_registrar_probe_req_rx()
return
reg
->
new_psk_cb
(
reg
->
cb_ctx
,
mac_addr
,
p2p_dev_addr
,
psk
,
wps_registrar.c:1251
wps_cb_new_psk()
reg
->
pin_needed_cb
(
reg
->
cb_ctx
,
uuid_e
,
dev
)
;
wps_registrar.c:1262
wps_cb_pin_needed()
reg
->
reg_success_cb
(
reg
->
cb_ctx
,
mac_addr
,
uuid_e
,
dev_pw
,
dev_pw_len
)
;
wps_registrar.c:1273
wps_cb_reg_success()
return
reg
->
set_ie_cb
(
reg
->
cb_ctx
,
beacon_ie
,
probe_resp_ie
)
;
wps_registrar.c:1280
wps_cb_set_ie()
reg
->
set_sel_reg_cb
(
reg
->
cb_ctx
,
reg
->
selected_registrar
,
wps_registrar.c:1303
wps_cb_set_sel_reg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_registrar::cb_ctx
is written by 1 function and is read by 6 functions:
wps_registrar_init()
All items filtered out
wps_registrar::cb_ctx
wps_registrar_probe_req_rx()
wps_cb_new_psk()
wps_cb_pin_needed()
wps_cb_reg_success()
wps_cb_set_ie()
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