ESP-IDF
wps_device_data::vendor_ext
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
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::vendor_ext
wps_device_data::vendor_ext field
Syntax
Show:
Summary
Declaration
from
wps.h:100
struct
wpabuf
*
vendor_ext
[
MAX_WPS_VENDOR_EXTENSIONS
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
vendor_ext
[
MAX_WPS_VENDOR_EXTENSIONS
]
;
wps.h:100
if
(
dev
->
vendor_ext
[
i
]
==
NULL
)
wps_dev_attr.c:231
wps_build_vendor_ext()
wpabuf_put_be16
(
msg
,
wpabuf_len
(
dev
->
vendor_ext
[
i
]
)
)
;
wps_dev_attr.c:237
wps_build_vendor_ext()
wpabuf_put_buf
(
msg
,
dev
->
vendor_ext
[
i
]
)
;
wps_dev_attr.c:238
wps_build_vendor_ext()
wpabuf_free
(
wps
->
dev
.
vendor_ext
[
i
]
)
;
wps_hostapd.c:273
hostapd_free_wps()
if
(
reg
->
wps
->
dev
.
vendor_ext
[
i
]
)
{
wps_registrar.c:1332
wps_set_ie()
vendor_len
+=
wpabuf_len
(
reg
->
wps
->
dev
.
vendor_ext
[
i
]
)
;
wps_registrar.c:1334
wps_set_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_device_data::vendor_ext
is read by 3 functions:
All items filtered out
wps_device_data::vendor_ext
wps_build_vendor_ext()
hostapd_free_wps()
wps_set_ie()
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