ESP-IDF
cmd_apply_config_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
cmd_apply_config_handler()
cmd_apply_config_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
wifi_config.c:31
static
esp_err_t
cmd_apply_config_handler
(
WiFiConfigPayload
*
req
,
WiFiConfigPayload
*
resp
,
void
*
priv_data
)
;
Implemented in
wifi_config.c:197
Arguments
Argument
req
resp
priv_data
Related Functions
Found 9 other functions taking a
WiFiConfigPayload
argument:
Function
wi_fi_config_payload__init()
cmd_get_status_handler()
cmd_set_config_handler()
wi_fi_config_payload__get_packed_size()
wi_fi_config_payload__pack()
wi_fi_config_payload__free_unpacked()
wifi_prov_config_command_dispatcher()
wifi_prov_config_command_cleanup()
wi_fi_config_payload__pack_to_buffer()
Examples
References
from
examples
Code
Location
static
esp_err_t
cmd_apply_config_handler
(
WiFiConfigPayload
*
req
,
wifi_config.c:197
static
esp_err_t
cmd_apply_config_handler
(
WiFiConfigPayload
*
req
,
wifi_config.c:31
.
command_handler
=
cmd_apply_config_handler
wifi_config.c:45
Call Tree
from
examples
cmd_apply_config_handler()
calls 5 functions:
All items filtered out
cmd_apply_config_handler()
malloc()
esp_log_timestamp()
esp_log_write()
wifi_prov_config_handlers::apply_config_handler
resp_apply_config__init()
All items filtered out
Data Use
from
examples
cmd_apply_config_handler()
reads 9 variables and writes 3 variables:
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
_Status::STATUS__Success
_Status::STATUS__InternalError
WiFiConfigPayload__PayloadCase::WI_FI_CONFIG_PAYLOAD__PAYLOAD_RESP_APPLY_CONFIG
TAG
All items filtered out
cmd_apply_config_handler()
RespApplyConfig::status
WiFiConfigPayload::payload_case
WiFiConfigPayload::
::resp_apply_config
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
cmd_apply_config_handler()
frees 1 types:
All items filtered out
cmd_apply_config_handler()
RespApplyConfig
All items filtered out