ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
wifi_scan.c:25
static
const
char
*
TAG
=
"proto_wifi_scan"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"proto_wifi_scan"
;
wifi_scan.c:25
ESP_LOGE
(
TAG
,
"Command invoked without handlers"
)
;
wifi_scan.c:65
cmd_scan_start_handler()
ESP_LOGE
(
TAG
,
"Error allocating memory"
)
;
wifi_scan.c:71
cmd_scan_start_handler()
ESP_LOGE
(
TAG
,
"Command invoked without handlers"
)
;
wifi_scan.c:95
cmd_scan_status_handler()
ESP_LOGE
(
TAG
,
"Error allocating memory"
)
;
wifi_scan.c:101
cmd_scan_status_handler()
ESP_LOGE
(
TAG
,
"Command invoked without handlers"
)
;
wifi_scan.c:123
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Error allocating memory"
)
;
wifi_scan.c:129
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for results array"
)
;
wifi_scan.c:142
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for result entry"
)
;
wifi_scan.c:162
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for scan result entry SSID"
)
;
wifi_scan.c:170
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for scan result entry BSSID"
)
;
wifi_scan.c:181
cmd_scan_result_handler()
ESP_LOGE
(
TAG
,
"Unsupported response type in cleanup_handler"
)
;
wifi_scan.c:230
wifi_prov_scan_cmd_cleanup()
ESP_LOGD
(
TAG
,
"In wifi_prov_scan_cmd_dispatcher Cmd=%d"
,
req
->
msg
)
;
wifi_scan.c:241
wifi_prov_scan_cmd_dispatcher()
ESP_LOGE
(
TAG
,
"Invalid command handler lookup"
)
;
wifi_scan.c:245
wifi_prov_scan_cmd_dispatcher()
ESP_LOGE
(
TAG
,
"Error executing command handler"
)
;
wifi_scan.c:251
wifi_prov_scan_cmd_dispatcher()
ESP_LOGE
(
TAG
,
"Unable to unpack scan message"
)
;
wifi_scan.c:267
wifi_prov_scan_handler()
ESP_LOGE
(
TAG
,
"Command dispatcher error %d"
,
ret
)
;
wifi_scan.c:274
wifi_prov_scan_handler()
ESP_LOGE
(
TAG
,
"Invalid encoding for response"
)
;
wifi_scan.c:282
wifi_prov_scan_handler()
ESP_LOGE
(
TAG
,
"System out of memory"
)
;
wifi_scan.c:289
wifi_prov_scan_handler()
ESP_LOGD
(
TAG
,
"Response packet size : %d"
,
*
outlen
)
;
wifi_scan.c:294
wifi_prov_scan_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 6 functions:
All items filtered out
TAG
cmd_scan_start_handler()
cmd_scan_status_handler()
cmd_scan_result_handler()
wifi_prov_scan_cmd_cleanup()
wifi_prov_scan_cmd_dispatcher()
wifi_prov_scan_handler()
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