ESP-IDF
eap_wsc_data::state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
eap_wsc_data::state
eap_wsc_data::state field
Syntax
Show:
Summary
Declaration
from
eap_server_wsc.c:20
enum
{
START
,
MESG
,
FRAG_ACK
,
WAIT_FRAG_ACK
,
DONE
,
WSC_FAIL
}
state
;
Examples
References
from
examples
Code
Location
Referrer
enum
{
START
,
MESG
,
FRAG_ACK
,
WAIT_FRAG_ACK
,
DONE
,
WSC_FAIL
}
state
;
eap_server_wsc.c:20
data
->
state
=
state
;
eap_server_wsc.c:58
eap_wsc_state()
data
->
state
=
registrar
?
START
:
MESG
;
eap_server_wsc.c:84
eap_wsc_init()
switch
(
data
->
state
)
{
eap_server_wsc.c:197
eap_wsc_buildReq()
if
(
data
->
state
==
WAIT_FRAG_ACK
)
{
eap_server_wsc.c:344
eap_wsc_process()
return
data
->
state
==
WSC_FAIL
;
eap_server_wsc.c:417
eap_wsc_isDone()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_wsc_data::state
is written by 2 functions and is read by 3 functions:
eap_wsc_state()
eap_wsc_init()
All items filtered out
eap_wsc_data::state
eap_wsc_buildReq()
eap_wsc_process()
eap_wsc_isDone()
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