ESP-IDF
+
0
/2 examples
SourceVu will show references to
wps_factory_information_t::manufacturer
from the following samples and libraries:
wps sample
wps_softap_registrar 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
ESP-IDF
wps_factory_information_t::manufacturer
wps_factory_information_t::manufacturer field
Manufacturer of the device. If empty, the default manufacturer is used.
Syntax
Show:
Summary
Declaration
from
esp_wps.h:59
char
manufacturer
[
WPS_MAX_MANUFACTURER_LEN
]
;
Examples
wps_factory_information_t::manufacturer
is referenced by 2 libraries and example projects:
wps sample
wps_softap_registrar sample
References
from
0/2
examples
Code
Location
Referrer
char
manufacturer
[
WPS_MAX_MANUFACTURER_LEN
]
;
/*!< Manufacturer of the device. If empty, the default manufacturer is used. */
esp_wps.h:59
os_snprintf
(
s_factory_info
->
manufacturer
,
WPS_MAX_MANUFACTURER_LEN
,
"ESPRESSIF"
)
;
esp_wps.c:1134
wps_set_default_factory()
if
(
config
->
factory_info
.
manufacturer
[
0
]
!=
0
)
{
esp_wps.c:1151
wps_set_factory_info()
os_memcpy
(
s_factory_info
->
manufacturer
,
config
->
factory_info
.
manufacturer
,
WPS_MAX_MANUFACTURER_LEN
-
1
)
;
esp_wps.c:1152
wps_set_factory_info()
os_snprintf
(
dev
->
manufacturer
,
WPS_MAX_MANUFACTURER_LEN
,
s_factory_info
->
manufacturer
)
;
esp_wps.c:1214
wps_dev_init()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
wps_factory_information_t::manufacturer
is read by 3 functions:
All items filtered out
wps_factory_information_t::manufacturer
wps_set_default_factory()
wps_set_factory_info()
wps_dev_init()
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
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out