ESP-IDF
wps_parse_attr::msg_type
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_parse_attr::msg_type
wps_parse_attr::msg_type field
Syntax
Show:
Summary
Declaration
from
wps_attr_parse.h:18
const
u8
*
msg_type
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
msg_type
;
/* 1 octet */
wps_attr_parse.h:18
attr
->
msg_type
=
pos
;
wps_attr_parse.c:170
wps_set_attr()
if
(
attr
->
msg_type
==
NULL
)
{
wps_enrollee.c:1403
wps_process_wsc_msg()
switch
(
*
attr
->
msg_type
)
{
wps_enrollee.c:1410
wps_process_wsc_msg()
if
(
ret
==
WPS_CONTINUE
&&
*
attr
->
msg_type
!=
WPS_M2D
)
{
wps_enrollee.c:1472
wps_process_wsc_msg()
if
(
attr
->
msg_type
==
NULL
)
{
wps_enrollee.c:1506
wps_process_wsc_ack()
if
(
*
attr
->
msg_type
!=
WPS_WSC_ACK
)
{
wps_enrollee.c:1512
wps_process_wsc_ack()
if
(
attr
->
msg_type
==
NULL
)
{
wps_enrollee.c:1572
wps_process_wsc_nack()
if
(
*
attr
->
msg_type
!=
WPS_WSC_NACK
)
{
wps_enrollee.c:1578
wps_process_wsc_nack()
if
(
wps_parse_msg
(
msg
,
&
attr
)
==
0
&&
attr
.
msg_type
)
{
wps_enrollee.c:1661
wps_enrollee_process_msg()
if
(
*
attr
.
msg_type
==
WPS_WSC_ACK
)
wps_enrollee.c:1662
wps_enrollee_process_msg()
else
if
(
*
attr
.
msg_type
==
WPS_WSC_NACK
)
wps_enrollee.c:1664
wps_enrollee_process_msg()
if
(
attr
.
msg_type
==
NULL
)
{
wps_registrar.c:3062
wps_process_wsc_msg()
if
(
*
attr
.
msg_type
!=
WPS_M1
&&
wps_registrar.c:3068
wps_process_wsc_msg()
switch
(
*
attr
.
msg_type
)
{
wps_registrar.c:3076
wps_process_wsc_msg()
if
(
attr
.
msg_type
==
NULL
)
{
wps_registrar.c:3144
wps_process_wsc_ack()
if
(
*
attr
.
msg_type
!=
WPS_WSC_ACK
)
{
wps_registrar.c:3149
wps_process_wsc_ack()
if
(
attr
.
msg_type
==
NULL
)
{
wps_registrar.c:3216
wps_process_wsc_nack()
if
(
*
attr
.
msg_type
!=
WPS_WSC_NACK
)
{
wps_registrar.c:3221
wps_process_wsc_nack()
if
(
attr
.
msg_type
==
NULL
)
{
wps_registrar.c:3300
wps_process_wsc_done()
if
(
*
attr
.
msg_type
!=
WPS_WSC_DONE
)
{
wps_registrar.c:3305
wps_process_wsc_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_parse_attr::msg_type
is written by 1 function and is read by 8 functions:
wps_set_attr()
All items filtered out
wps_parse_attr::msg_type
wps_process_wsc_msg()
wps_process_wsc_ack()
wps_process_wsc_nack()
wps_enrollee_process_msg()
wps_process_wsc_msg()
wps_process_wsc_ack()
wps_process_wsc_nack()
wps_process_wsc_done()
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