ip_internal_network sample
mesh_create_if_driver()
is only used within ip_internal_network sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ip_internal_network sample
mesh_create_if_driver()
mesh_create_if_driver() function
Syntax
Show:
Summary
Declaration
from
mesh_netif.c:236
mesh_netif_driver_t
mesh_create_if_driver
(
bool
is_ap
,
bool
is_root
)
;
Arguments
Argument
is_ap
is_root
Examples
References
from
examples
Code
Location
Referrer
mesh_netif_driver_t
mesh_create_if_driver
(
bool
is_ap
,
bool
is_root
)
mesh_netif.c:236
mesh_netif_driver_t
driver
=
mesh_create_if_driver
(
true
,
true
)
;
mesh_netif.c:394
mesh_netif_start_root_ap()
mesh_netif_driver_t
driver
=
mesh_create_if_driver
(
false
,
false
)
;
mesh_netif.c:448
mesh_netifs_start()
Call Tree
from
examples
mesh_create_if_driver()
is called by 2 functions and calls 5 functions:
mesh_netif_start_root_ap()
mesh_netifs_start()
All items filtered out
mesh_create_if_driver()
xTaskCreate()
calloc()
esp_log_timestamp()
esp_log_write()
esp_wifi_get_mac()
All items filtered out
Data Use
from
examples
mesh_create_if_driver()
reads 13 variables and writes 2 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
wifi_interface_t::WIFI_IF_STA
mesh_netif_driver::base
mesh_netif_driver::sta_mac_addr
TAG
receive_task_is_running
receive_task()
mesh_driver_start_root_ap()
mesh_driver_start_node_sta()
All items filtered out
mesh_create_if_driver()
esp_netif_driver_base_s::post_attach
receive_task_is_running
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
mesh_create_if_driver()
frees 1 types:
All items filtered out
mesh_create_if_driver()
mesh_netif_driver
All items filtered out