ESP-IDF
wifi_ctrl_cmd_cleanup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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
wifi_ctrl_cmd_cleanup()
wifi_ctrl_cmd_cleanup() function
Syntax
Show:
Summary
Declaration
from
wifi_ctrl.c:100
static
void
wifi_ctrl_cmd_cleanup
(
WiFiCtrlPayload
*
resp
,
void
*
priv_data
)
;
Arguments
Argument
resp
priv_data
Related Functions
Found 8 other functions taking a
WiFiCtrlPayload
argument:
Function
wi_fi_ctrl_payload__init()
cmd_ctrl_reset_handler()
cmd_ctrl_reprov_handler()
wi_fi_ctrl_payload__get_packed_size()
wi_fi_ctrl_payload__pack()
wi_fi_ctrl_payload__free_unpacked()
wifi_ctrl_cmd_dispatcher()
wi_fi_ctrl_payload__pack_to_buffer()
Examples
References
from
examples
Code
Location
Referrer
static
void
wifi_ctrl_cmd_cleanup
(
WiFiCtrlPayload
*
resp
,
void
*
priv_data
)
wifi_ctrl.c:100
wifi_ctrl_cmd_cleanup
(
&
resp
,
priv_data
)
;
wifi_ctrl.c:181
wifi_ctrl_handler()
Call Tree
from
examples
wifi_ctrl_cmd_cleanup()
is called by 1 function and calls 3 functions:
wifi_ctrl_handler()
All items filtered out
wifi_ctrl_cmd_cleanup()
free()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
wifi_ctrl_cmd_cleanup()
reads 11 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
WiFiCtrlPayload::msg
WiFiCtrlPayload::
::resp_ctrl_reset
WiFiCtrlPayload::
::resp_ctrl_reprov
_WiFiCtrlMsgType::WI_FI_CTRL_MSG_TYPE__TypeRespCtrlReset
_WiFiCtrlMsgType::WI_FI_CTRL_MSG_TYPE__TypeRespCtrlReprov
TAG
All items filtered out
wifi_ctrl_cmd_cleanup()
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
wifi_ctrl_cmd_cleanup()
allocates 2 typess:
RespCtrlReprov
RespCtrlReset
All items filtered out
wifi_ctrl_cmd_cleanup()
All items filtered out