ESP-IDF
WPS_MAX_MODEL_NAME_LEN
is only used within ESP-IDF.
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
ESP-IDF
WPS_MAX_MODEL_NAME_LEN
WPS_MAX_MODEL_NAME_LEN macro
Maximum length of the model name in WPS information
Syntax
Show:
Summary
Declaration
from
esp_wps.h:48
#define
WPS_MAX_MODEL_NAME_LEN
33
Examples
References
from
examples
Code
Location
#define
WPS_MAX_MODEL_NAME_LEN
33
/**< Maximum length of the model name in WPS information */
esp_wps.h:48
os_snprintf
(
s_factory_info
->
model_number
,
WPS_MAX_MODEL_NAME_LEN
,
wps_model_number
)
;
esp_wps.c:1136
os_memcpy
(
s_factory_info
->
model_name
,
config
->
factory_info
.
model_name
,
WPS_MAX_MODEL_NAME_LEN
-
1
)
;
esp_wps.c:1160
dev
->
model_name
=
os_zalloc
(
WPS_MAX_MODEL_NAME_LEN
)
;
esp_wps.c:1216
os_snprintf
(
dev
->
model_name
,
WPS_MAX_MODEL_NAME_LEN
,
s_factory_info
->
model_name
)
;
esp_wps.c:1221
dev
->
model_number
=
os_zalloc
(
WPS_MAX_MODEL_NAME_LEN
)
;
esp_wps.c:1223
os_snprintf
(
dev
->
model_number
,
WPS_MAX_MODEL_NAME_LEN
,
s_factory_info
->
model_number
)
;
esp_wps.c:1228
char
model_name
[
WPS_MAX_MODEL_NAME_LEN
]
;
/*!< Model name of the device. If empty, the default model name is used. */
esp_wps.h:61
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
Lifecycle
from
examples
All items filtered out
All items filtered out