ESP-IDF
WPS_DEV_TYPE_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_DEV_TYPE_LEN
WPS_DEV_TYPE_LEN macro
Syntax
Show:
Summary
Declaration
from
ap_config.h:253
#define
WPS_DEV_TYPE_LEN
8
Examples
References
from
examples
Code
Location
#define
WPS_DEV_TYPE_LEN
8
ap_config.h:253
#define
WPS_DEV_TYPE_LEN
8
wps.h:60
u8
device_type
[
WPS_DEV_TYPE_LEN
]
;
ap_config.h:264
u8
pri_dev_type
[
WPS_DEV_TYPE_LEN
]
;
wps.h:92
u8
sec_dev_type
[
WPS_SEC_DEVICE_TYPES
]
[
WPS_DEV_TYPE_LEN
]
;
wps.h:94
int
wps_dev_type_str2bin
(
const
char
*
str
,
u8
dev_type
[
WPS_DEV_TYPE_LEN
]
)
;
wps.h:938
char
*
wps_dev_type_bin2str
(
const
u8
dev_type
[
WPS_DEV_TYPE_LEN
]
,
char
*
buf
,
wps.h:939
if
(
len
!=
WPS_DEV_TYPE_LEN
)
{
wps_attr_parse.c:245
if
(
len
!=
WPS_DEV_TYPE_LEN
)
{
wps_attr_parse.c:550
(
len
%
WPS_DEV_TYPE_LEN
)
>
0
)
{
wps_attr_parse.c:566
int
wps_dev_type_str2bin
(
const
char
*
str
,
u8
dev_type
[
WPS_DEV_TYPE_LEN
]
)
wps_common.c:478
char
*
wps_dev_type_bin2str
(
const
u8
dev_type
[
WPS_DEV_TYPE_LEN
]
,
char
*
buf
,
wps_common.c:501
wpabuf_put_be16
(
msg
,
WPS_DEV_TYPE_LEN
)
;
wps_dev_attr.c:116
wpabuf_put_data
(
msg
,
dev
->
pri_dev_type
,
WPS_DEV_TYPE_LEN
)
;
wps_dev_attr.c:117
wpabuf_put_be16
(
msg
,
WPS_DEV_TYPE_LEN
*
dev
->
num_sec_dev_types
)
;
wps_dev_attr.c:130
WPS_DEV_TYPE_LEN
*
dev
->
num_sec_dev_types
)
;
wps_dev_attr.c:132
wpabuf_put_be16
(
msg
,
WPS_DEV_TYPE_LEN
)
;
wps_dev_attr.c:149
wpabuf_put_data
(
msg
,
req_dev_types
+
i
*
WPS_DEV_TYPE_LEN
,
wps_dev_attr.c:150
WPS_DEV_TYPE_LEN
)
;
wps_dev_attr.c:151
os_memcpy
(
dev
->
pri_dev_type
,
dev_type
,
WPS_DEV_TYPE_LEN
)
;
wps_dev_attr.c:367
os_memcpy
(
dst
->
pri_dev_type
,
src
->
pri_dev_type
,
WPS_DEV_TYPE_LEN
)
;
wps_registrar.c:309
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