ESP-IDF
wps_device_data::manufacturer
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_device_data::manufacturer
wps_device_data::manufacturer field
Syntax
Show:
Summary
Declaration
from
wps.h:88
char
*
manufacturer
;
Examples
References
from
examples
Code
Location
Referrer
char
*
manufacturer
;
wps.h:88
dev
->
manufacturer
=
os_zalloc
(
WPS_MAX_MANUFACTURER_LEN
)
;
esp_wps.c:1209
wps_dev_init()
if
(
!
dev
->
manufacturer
)
{
esp_wps.c:1210
wps_dev_init()
os_snprintf
(
dev
->
manufacturer
,
WPS_MAX_MANUFACTURER_LEN
,
s_factory_info
->
manufacturer
)
;
esp_wps.c:1214
wps_dev_init()
len
=
dev
->
manufacturer
?
os_strlen
(
dev
->
manufacturer
)
:
0
;
wps_dev_attr.c:21
wps_build_manufacturer()
wpabuf_put_data
(
msg
,
dev
->
manufacturer
,
len
)
;
wps_dev_attr.c:35
wps_build_manufacturer()
os_free
(
dev
->
manufacturer
)
;
wps_dev_attr.c:270
wps_process_manufacturer()
dev
->
manufacturer
=
dup_binstr
(
str
,
str_len
)
;
wps_dev_attr.c:271
wps_process_manufacturer()
if
(
dev
->
manufacturer
==
NULL
)
wps_dev_attr.c:272
wps_process_manufacturer()
os_free
(
dev
->
manufacturer
)
;
wps_dev_attr.c:436
wps_device_data_free()
dev
->
manufacturer
=
NULL
;
wps_dev_attr.c:437
wps_device_data_free()
WPS_STRDUP
(
manufacturer
)
;
wps_registrar.c:316
wps_device_clone_data()
wps
->
peer_dev
.
manufacturer
&&
wps_registrar.c:2776
wps_process_m1()
os_strncmp
(
wps
->
peer_dev
.
manufacturer
,
"Apple "
,
6
)
==
0
&&
wps_registrar.c:2777
wps_process_m1()
d
->
dev
.
manufacturer
?
d
->
dev
.
manufacturer
:
""
,
wps_registrar.c:3636
wps_registrar_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_device_data::manufacturer
is written by 4 functions and is read by 7 functions:
wps_process_manufacturer()
wps_device_data_free()
wps_dev_init()
wps_device_clone_data()
All items filtered out
wps_device_data::manufacturer
wps_build_manufacturer()
wps_process_manufacturer()
wps_device_data_free()
wps_dev_init()
wps_device_clone_data()
wps_process_m1()
wps_registrar_get_info()
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