ESP-IDF
wsc_op_code
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wsc_op_code
wsc_op_code enum
enum wsc_op_code - EAP-WSC OP-Code values
Syntax
Show:
Summary
Declaration
from
wps.h:18
enum
wsc_op_code
{
WSC_UPnP
=
0
,
WSC_Start
=
0x01
,
WSC_ACK
=
0x02
,
WSC_NACK
=
0x03
,
WSC_MSG
=
0x04
,
WSC_Done
=
0x05
,
WSC_FRAG_ACK
=
0x06
}
;
Values
Value
Declared as
wsc_op_code::WSC_UPnP
=
0
wsc_op_code::WSC_Start
=
0x01
wsc_op_code::WSC_ACK
=
0x02
wsc_op_code::WSC_NACK
=
0x03
wsc_op_code::WSC_MSG
=
0x04
wsc_op_code::WSC_Done
=
0x05
wsc_op_code::WSC_FRAG_ACK
=
0x06
Examples
References
from
examples
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