ESP-IDF
mesh_ap_cfg_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
mesh_ap_cfg_t
mesh_ap_cfg_t struct
Mesh softAP configuration
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:496
typedef
struct
{
uint8_t
password
[
64
]
;
uint8_t
max_connection
;
uint8_t
nonmesh_max_connection
;
}
mesh_ap_cfg_t
;
Fields
Field
Declared as
Description
mesh_ap_cfg_t::password
uint8_t
[
64
]
mesh softAP password.
mesh_ap_cfg_t::max_connection
uint8_t
max number of stations allowed to connect in, default 6, max 10 = max_connection + nonmesh_max_connection max mesh connections.
mesh_ap_cfg_t::nonmesh_max_connection
uint8_t
max non-mesh connections.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_mesh.h:496
}
mesh_ap_cfg_t
;
esp_mesh.h:504
mesh_ap_cfg_t
mesh_ap_cfg_t
mesh_ap
;
/**< mesh softAP configuration */
esp_mesh.h:515
mesh_cfg_t
mesh_cfg_t::mesh_ap
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mesh_cfg_t::mesh_ap
mesh_cfg_t
esp_mesh.h:515
Lifecycle
from
examples
All items filtered out
All items filtered out