ESP-IDF
apply_config_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
include
proto-c
src
handlers.c
TAG
wifi_prov_ctx
get_config()
new_config()
free_config()
get_status_handler()
set_config_handler()
apply_config_handler()
get_wifi_prov_handlers()
scan_start()
scan_status()
scan_result()
get_wifi_scan_handlers()
ctrl_reset()
ctrl_reprov()
get_wifi_ctrl_handlers()
manager.c
scheme_ble.c
scheme_console.c
scheme_softap.c
wifi_config.c
wifi_ctrl.c
wifi_ctrl.h
wifi_provisioning_priv.h
wifi_scan.c
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
apply_config_handler()
apply_config_handler() function
Syntax
Show:
Summary
Declaration
from
handlers.c:128
static
esp_err_t
apply_config_handler
(
wifi_prov_ctx_t
*
*
ctx
)
;
Arguments
Argument
ctx
Related Functions
Found 5 other functions taking a
wifi_prov_ctx
argument:
Function
get_config()
free_config()
set_config_handler()
new_config()
get_status_handler()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
apply_config_handler
(
wifi_prov_ctx_t
*
*
ctx
)
handlers.c:128
ptr
->
apply_config_handler
=
apply_config_handler
;
handlers.c:154
get_wifi_prov_handlers()
Call Tree
from
examples
apply_config_handler()
calls 5 functions:
All items filtered out
apply_config_handler()
esp_log_timestamp()
esp_log_write()
wifi_prov_mgr_configure_sta()
get_config()
free_config()
All items filtered out
Data Use
from
examples
apply_config_handler()
reads 6 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
apply_config_handler()
get_wifi_prov_handlers()
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
apply_config_handler()
is implemented by 1 functions:
All items filtered out
apply_config_handler()
wifi_prov_config_handlers::apply_config_handler
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out