ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
manager.c:36
static
const
char
*
TAG
=
"wifi_prov_mgr"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"wifi_prov_mgr"
;
manager.c:36
ESP_LOGD
(
TAG
,
"execute_event_cb : %d"
,
event_id
)
;
manager.c:174
execute_event_cb()
ESP_LOGE
(
TAG
,
"Failed to post event %d to default event loop"
,
event_id
)
;
manager.c:200
execute_event_cb()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:215
wifi_prov_mgr_set_app_info()
ESP_LOGE
(
TAG
,
"Failed to create new protocomm instance"
)
;
manager.c:291
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to configure service"
)
;
manager.c:297
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to start service"
)
;
manager.c:305
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to set version endpoint"
)
;
manager.c:317
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Unsupported protocomm security version %d"
,
prov_ctx
->
security
)
;
manager.c:349
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to set security endpoint"
)
;
manager.c:353
wifi_prov_mgr_start_service()
ESP_LOGD
(
TAG
,
"Failed to allocate memory for provisioning handlers"
)
;
manager.c:362
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to set provisioning endpoint"
)
;
manager.c:373
wifi_prov_mgr_start_service()
ESP_LOGD
(
TAG
,
"Failed to allocate memory for Wi-Fi scan handlers"
)
;
manager.c:383
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi scan endpoint"
)
;
manager.c:395
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for Wi-Fi ctrl handlers"
)
;
manager.c:406
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi ctrl endpoint"
)
;
manager.c:418
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to register WiFi event handler"
)
;
manager.c:430
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to register IP event handler"
)
;
manager.c:442
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Failed to register provisioning event handler"
)
;
manager.c:456
wifi_prov_mgr_start_service()
ESP_LOGI
(
TAG
,
"Provisioning started with service name : %s "
,
manager.c:470
wifi_prov_mgr_start_service()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:478
wifi_prov_mgr_endpoint_create()
ESP_LOGE
(
TAG
,
"Failed to create additional endpoint"
)
;
manager.c:492
wifi_prov_mgr_endpoint_create()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:503
wifi_prov_mgr_endpoint_register()
ESP_LOGE
(
TAG
,
"Failed to register handler for endpoint"
)
;
manager.c:518
wifi_prov_mgr_endpoint_register()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:526
wifi_prov_mgr_endpoint_unregister()
ESP_LOGI
(
TAG
,
"Provisioning stopped"
)
;
manager.c:597
prov_stop_and_notify()
ESP_LOGD
(
TAG
,
"execute_event_cb : %d"
,
WIFI_PROV_END
)
;
manager.c:605
prov_stop_and_notify()
ESP_LOGE
(
TAG
,
"Failed to post event WIFI_PROV_END"
)
;
manager.c:613
prov_stop_and_notify()
ESP_LOGD
(
TAG
,
"Provisioning is already stopping"
)
;
manager.c:654
wifi_prov_mgr_stop_service()
ESP_LOGD
(
TAG
,
"Provisioning not running"
)
;
manager.c:660
wifi_prov_mgr_stop_service()
ESP_LOGD
(
TAG
,
"Stopping provisioning"
)
;
manager.c:677
wifi_prov_mgr_stop_service()
ESP_LOGD
(
TAG
,
"Provisioning scheduled for stopping"
)
;
manager.c:723
wifi_prov_mgr_stop_service()
ESP_LOGE
(
TAG
,
"Failed to post WIFI_PROV_MGR_STOP event! %d %s"
,
ret
,
esp_err_to_name
(
ret
)
)
;
manager.c:738
cleanup_delay_timer_cb()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:745
wifi_prov_mgr_disable_auto_stop()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:768
wifi_prov_mgr_done()
ESP_LOGD
(
TAG
,
"Scan finished"
)
;
manager.c:791
update_wifi_scan_results()
ESP_LOGE
(
TAG
,
"Failed to get count of scanned APs"
)
;
manager.c:804
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"Scan result empty"
)
;
manager.c:809
update_wifi_scan_results()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for AP list"
)
;
manager.c:817
update_wifi_scan_results()
ESP_LOGE
(
TAG
,
"Failed to get scanned AP records"
)
;
manager.c:822
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"Scan results for channel %d :"
,
curr_channel
)
;
manager.c:828
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"Scan results :"
)
;
manager.c:830
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"\tS.N. %-32s %-12s %s %s"
,
"SSID"
,
"BSSID"
,
"RSSI"
,
"AUTH"
)
;
manager.c:832
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"\t[%2d] %-32s %02x%02x%02x%02x%02x%02x %4d %4d"
,
i
,
manager.c:834
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"Scan starting on channel %u..."
,
curr_channel
)
;
manager.c:887
update_wifi_scan_results()
ESP_LOGE
(
TAG
,
"Failed to start scan"
)
;
manager.c:891
update_wifi_scan_results()
ESP_LOGD
(
TAG
,
"Scan started"
)
;
manager.c:895
update_wifi_scan_results()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:906
wifi_prov_mgr_event_handler_internal()
ESP_LOGI
(
TAG
,
"STA Start"
)
;
manager.c:935
wifi_prov_mgr_event_handler_internal()
ESP_LOGI
(
TAG
,
"STA Got IP"
)
;
manager.c:942
wifi_prov_mgr_event_handler_internal()
ESP_LOGD
(
TAG
,
"Starting %d sec timer for stop_prov_timer_cb()"
,
manager.c:950
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"STA Disconnected"
)
;
manager.c:968
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"STA Disconnected"
)
;
manager.c:972
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"Disconnect reason : %d"
,
disconnected
->
reason
)
;
manager.c:982
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"STA Auth Error"
)
;
manager.c:990
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"STA AP Not found"
)
;
manager.c:994
wifi_prov_mgr_event_handler_internal()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1021
wifi_prov_mgr_wifi_scan_start()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1027
wifi_prov_mgr_wifi_scan_start()
ESP_LOGD
(
TAG
,
"Scan already running"
)
;
manager.c:1033
wifi_prov_mgr_wifi_scan_start()
ESP_LOGD
(
TAG
,
"Scan starting on channel 1..."
)
;
manager.c:1060
wifi_prov_mgr_wifi_scan_start()
ESP_LOGD
(
TAG
,
"Scan starting..."
)
;
manager.c:1063
wifi_prov_mgr_wifi_scan_start()
ESP_LOGE
(
TAG
,
"Failed to start scan"
)
;
manager.c:1068
wifi_prov_mgr_wifi_scan_start()
ESP_LOGD
(
TAG
,
"Scan started"
)
;
manager.c:1073
wifi_prov_mgr_wifi_scan_start()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1100
wifi_prov_mgr_wifi_scan_finished()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1106
wifi_prov_mgr_wifi_scan_finished()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1120
wifi_prov_mgr_wifi_scan_result_count()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1126
wifi_prov_mgr_wifi_scan_result_count()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1145
wifi_prov_mgr_wifi_scan_result()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1151
wifi_prov_mgr_wifi_scan_result()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1166
wifi_prov_mgr_get_wifi_state()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1185
wifi_prov_mgr_get_remaining_conn_attempts()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1203
wifi_prov_mgr_get_wifi_disconnect_reason()
ESP_LOGD
(
TAG
,
"%s Wi-Fi SSID : %.*s"
,
pretext
,
manager.c:1226
debug_print_wifi_credentials()
ESP_LOGD
(
TAG
,
"%s Wi-Fi Password : %s"
,
pretext
,
(
const
char
*
)
sta
.
password
)
;
manager.c:1232
debug_print_wifi_credentials()
ESP_LOGE
(
TAG
,
"Failed to connect Wi-Fi"
)
;
manager.c:1265
wifi_connect_timer_cb()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1272
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Invalid state of Provisioning app"
)
;
manager.c:1278
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Wi-Fi credentials already received by provisioning app"
)
;
manager.c:1286
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi mode"
)
;
manager.c:1294
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Failed to set storage Wi-Fi"
)
;
manager.c:1307
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi configuration"
)
;
manager.c:1314
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Failed to start Wi-Fi connect timer"
)
;
manager.c:1321
wifi_prov_mgr_configure_sta()
ESP_LOGE
(
TAG
,
"Failed to create mutex"
)
;
manager.c:1346
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"Provisioning manager already initialized"
)
;
manager.c:1369
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"Error allocating memory for singleton instance"
)
;
manager.c:1377
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to allocate provisioning scheme configuration"
)
;
manager.c:1391
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to configure Wi-Fi state control endpoint"
)
;
manager.c:1398
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to configure Wi-Fi scanning endpoint"
)
;
manager.c:1404
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to configure security endpoint"
)
;
manager.c:1410
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to configure Wi-Fi configuration endpoint"
)
;
manager.c:1416
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"failed to configure version endpoint"
)
;
manager.c:1422
wifi_prov_mgr_init()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1450
wifi_prov_mgr_wait()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1470
wifi_prov_mgr_deinit()
ESP_LOGD
(
TAG
,
"Manager already de-initialized"
)
;
manager.c:1487
wifi_prov_mgr_deinit()
ESP_LOGD
(
TAG
,
"execute_event_cb : %d"
,
WIFI_PROV_END
)
;
manager.c:1517
wifi_prov_mgr_deinit()
ESP_LOGE
(
TAG
,
"Failed to post event WIFI_PROV_END"
)
;
manager.c:1525
wifi_prov_mgr_deinit()
ESP_LOGD
(
TAG
,
"execute_event_cb : %d"
,
WIFI_PROV_DEINIT
)
;
manager.c:1529
wifi_prov_mgr_deinit()
ESP_LOGE
(
TAG
,
"Failed to post event WIFI_PROV_DEINIT"
)
;
manager.c:1539
wifi_prov_mgr_deinit()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1552
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1558
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Provisioning service already started"
)
;
manager.c:1564
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi mode to STA"
)
;
manager.c:1579
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to start Wi-Fi"
)
;
manager.c:1584
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi storage to RAM"
)
;
manager.c:1597
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to set empty Wi-Fi credentials"
)
;
manager.c:1608
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to disconnect"
)
;
manager.c:1616
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for pop"
)
;
manager.c:1633
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to create Wi-Fi connect timer"
)
;
manager.c:1663
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to create auto-stop timer"
)
;
manager.c:1678
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Failed to create cleanup delay timer"
)
;
manager.c:1692
wifi_prov_mgr_start_provisioning()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1738
wifi_prov_mgr_stop_provisioning()
ESP_LOGE
(
TAG
,
"esp_wifi_restore fail, ret is %d"
,
ret
)
;
manager.c:1760
wifi_prov_mgr_reset_provisioning()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1770
wifi_prov_mgr_reset_sm_state_on_failure()
ESP_LOGE
(
TAG
,
"Trying reset when not in failure state. Current state: %d"
,
prov_ctx
->
prov_state
)
;
manager.c:1778
wifi_prov_mgr_reset_sm_state_on_failure()
ESP_LOGE
(
TAG
,
"Failed to set wifi config, 0x%x"
,
err
)
;
manager.c:1787
wifi_prov_mgr_reset_sm_state_on_failure()
ESP_LOGE
(
TAG
,
"Provisioning manager not initialized"
)
;
manager.c:1801
wifi_prov_mgr_reset_sm_state_for_reprovision()
ESP_LOGE
(
TAG
,
"Execute wifi_prov_mgr_disable_auto_stop() before calling this API"
)
;
manager.c:1812
wifi_prov_mgr_reset_sm_state_for_reprovision()
ESP_LOGE
(
TAG
,
"Failed to set Wi-Fi storage to RAM"
)
;
manager.c:1819
wifi_prov_mgr_reset_sm_state_for_reprovision()
ESP_LOGE
(
TAG
,
"Failed to set empty Wi-Fi credentials, 0x%x"
,
ret
)
;
manager.c:1826
wifi_prov_mgr_reset_sm_state_for_reprovision()
ESP_LOGE
(
TAG
,
"Failed to disconnect wifi, 0x%x"
,
ret
)
;
manager.c:1832
wifi_prov_mgr_reset_sm_state_for_reprovision()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 31 functions:
All items filtered out
TAG
execute_event_cb()
wifi_prov_mgr_set_app_info()
wifi_prov_mgr_start_service()
wifi_prov_mgr_endpoint_create()
wifi_prov_mgr_endpoint_register()
wifi_prov_mgr_endpoint_unregister()
prov_stop_and_notify()
wifi_prov_mgr_stop_service()
cleanup_delay_timer_cb()
wifi_prov_mgr_disable_auto_stop()
wifi_prov_mgr_done()
update_wifi_scan_results()
wifi_prov_mgr_event_handler_internal()
wifi_prov_mgr_wifi_scan_start()
wifi_prov_mgr_wifi_scan_finished()
wifi_prov_mgr_wifi_scan_result_count()
wifi_prov_mgr_wifi_scan_result()
wifi_prov_mgr_get_wifi_state()
wifi_prov_mgr_get_remaining_conn_attempts()
wifi_prov_mgr_get_wifi_disconnect_reason()
debug_print_wifi_credentials()
wifi_connect_timer_cb()
wifi_prov_mgr_configure_sta()
wifi_prov_mgr_init()
wifi_prov_mgr_wait()
wifi_prov_mgr_deinit()
wifi_prov_mgr_start_provisioning()
wifi_prov_mgr_stop_provisioning()
wifi_prov_mgr_reset_provisioning()
wifi_prov_mgr_reset_sm_state_on_failure()
wifi_prov_mgr_reset_sm_state_for_reprovision()
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