ESP-IDF
wifi_prov_scan_handlers::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
wifi_prov_scan_handlers::ctx
wifi_prov_scan_handlers::ctx field
Context pointer to be passed to above handler functions upon invocation
Syntax
Show:
Summary
Declaration
from
wifi_scan.h:150
wifi_prov_scan_ctx_t
*
ctx
;
Examples
References
from
examples
Code
Location
Referrer
wifi_prov_scan_ctx_t
*
ctx
;
wifi_scan.h:150
ptr
->
ctx
=
NULL
;
handlers.c:206
get_wifi_scan_handlers()
free
(
prov_ctx
->
wifi_scan_handlers
->
ctx
)
;
manager.c:587
prov_stop_and_notify()
&
h
->
ctx
)
==
ESP_OK
?
wifi_scan.c:80
cmd_scan_start_handler()
resp
->
status
=
(
h
->
scan_status
(
&
scan_finished
,
&
result_count
,
&
h
->
ctx
)
==
ESP_OK
?
wifi_scan.c:106
cmd_scan_status_handler()
&
scan_result
,
&
h
->
ctx
)
;
wifi_scan.c:154
cmd_scan_result_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wifi_prov_scan_handlers::ctx
is written by 1 function and is read by 1 function:
get_wifi_scan_handlers()
All items filtered out
wifi_prov_scan_handlers::ctx
prov_stop_and_notify()
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