ESP-IDF
wps_parse_attr::version2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_parse_attr::version2
wps_parse_attr::version2 field
Syntax
Show:
Summary
Declaration
from
wps_attr_parse.h:17
const
u8
*
version2
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
version2
;
/* 1 octet */
wps_attr_parse.h:17
if
(
!
attr
->
version2
&&
ver1_compat
)
{
wps.c:356
wps_is_addr_authorized()
ret
=
(
attr
->
version2
!=
NULL
)
;
wps.c:479
wps_is_20()
attr
->
version2
=
pos
;
wps_attr_parse.c:32
wps_set_vendor_ext_wfa_subelem()
if
(
wps_validate_m4_encr
(
decrypted
,
attr
->
version2
!=
NULL
)
<
0
)
{
wps_enrollee.c:1173
wps_process_m4()
if
(
wps_validate_m6_encr
(
decrypted
,
attr
->
version2
!=
NULL
)
<
0
)
{
wps_enrollee.c:1243
wps_process_m6()
attr
->
version2
!=
NULL
)
<
0
)
{
wps_enrollee.c:1332
wps_process_m8()
eattr
->
num_cred
,
attr
->
version2
!=
NULL
)
||
wps_enrollee.c:1344
wps_process_m8()
attr
->
version2
!=
NULL
)
)
{
wps_enrollee.c:1346
wps_process_m8()
if
(
wps_validate_m5_encr
(
decrypted
,
attr
->
version2
!=
NULL
)
<
0
)
{
wps_registrar.c:2867
wps_process_m5()
attr
->
version2
!=
NULL
)
<
0
)
{
wps_registrar.c:3027
wps_process_m7()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_parse_attr::version2
is written by 1 function and is read by 7 functions:
wps_set_vendor_ext_wfa_subelem()
All items filtered out
wps_parse_attr::version2
wps_is_addr_authorized()
wps_is_20()
wps_process_m4()
wps_process_m6()
wps_process_m8()
wps_process_m5()
wps_process_m7()
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