manual_networking sample
netif_sta
is only used within manual_networking sample.
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
manual_networking sample
netif_sta
netif_sta variable
Syntax
Show:
Summary
Declaration
from
mesh_main.c:34
static
esp_netif_t
*
netif_sta
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_netif_t
*
netif_sta
=
NULL
;
mesh_main.c:34
esp_netif_dhcpc_stop
(
netif_sta
)
;
mesh_main.c:216
mesh_event_handler()
esp_netif_dhcpc_start
(
netif_sta
)
;
mesh_main.c:217
mesh_event_handler()
ESP_ERROR_CHECK
(
esp_netif_create_default_wifi_mesh_netifs
(
&
netif_sta
,
NULL
)
)
;
mesh_main.c:293
app_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
netif_sta
is read by 1 function:
All items filtered out
netif_sta
mesh_event_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