ESP-IDF
+
0
/2 examples
SourceVu will show references to
mesh_event_find_network_t
from the following samples and libraries:
internal_communication sample
ip_internal_network sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mesh_event_find_network_t
mesh_event_find_network_t struct
find a mesh network that this device can join
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:346
typedef
struct
{
uint8_t
channel
;
uint8_t
router_bssid
[
6
]
;
}
mesh_event_find_network_t
;
Fields
Field
Declared as
Description
mesh_event_find_network_t::channel
uint8_t
channel number of the new found network.
mesh_event_find_network_t::router_bssid
uint8_t
[
6
]
router BSSID.
Examples
mesh_event_find_network_t
is referenced by 2 libraries and example projects:
internal_communication sample
ip_internal_network sample
References
from
0/2
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_mesh.h:346
}
mesh_event_find_network_t
;
esp_mesh.h:349
mesh_event_find_network_t
mesh_event_find_network_t
find_network
;
/**< network found that can join */
esp_mesh.h:453
mesh_event_info_t
mesh_event_info_t::find_network
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Instance
Scope
Location
Project
mesh_event_info_t::find_network
mesh_event_info_t
esp_mesh.h:453
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out