ESP-IDF
wpa_state_machine::changed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
wpa_state_machine::changed
wpa_state_machine::changed field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:82
unsigned
int
changed
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
changed
:
1
;
wpa_auth_i.h:82
SM_ENTRY_MA
(
WPA_PTK
,
INITIALIZE
,
wpa_ptk
)
;
wpa_auth.c:1337
sm
->
changed
=
FALSE
;
wpa_auth.c:1341
SM_ENTRY_MA
(
WPA_PTK
,
DISCONNECT
,
wpa_ptk
)
;
wpa_auth.c:1369
SM_ENTRY_MA
(
WPA_PTK
,
DISCONNECTED
,
wpa_ptk
)
;
wpa_auth.c:1380
SM_ENTRY_MA
(
WPA_PTK
,
AUTHENTICATION
,
wpa_ptk
)
;
wpa_auth.c:1387
SM_ENTRY_MA
(
WPA_PTK
,
AUTHENTICATION2
,
wpa_ptk
)
;
wpa_auth.c:1428
SM_ENTRY_MA
(
WPA_PTK
,
INITPMK
,
wpa_ptk
)
;
wpa_auth.c:1478
SM_ENTRY_MA
(
WPA_PTK
,
INITPSK
,
wpa_ptk
)
;
wpa_auth.c:1513
SM_ENTRY_MA
(
WPA_PTK
,
PTKSTART
,
wpa_ptk
)
;
wpa_auth.c:1538
SM_ENTRY_MA
(
WPA_PTK
,
PTKCALCNEGOTIATING
,
wpa_ptk
)
;
wpa_auth.c:1628
SM_ENTRY_MA
(
WPA_PTK
,
PTKCALCNEGOTIATING2
,
wpa_ptk
)
;
wpa_auth.c:1744
SM_ENTRY_MA
(
WPA_PTK
,
PTKINITNEGOTIATING
,
wpa_ptk
)
;
wpa_auth.c:1813
SM_ENTRY_MA
(
WPA_PTK
,
PTKINITDONE
,
wpa_ptk
)
;
wpa_auth.c:1966
SM_ENTRY_MA
(
WPA_PTK_GROUP
,
IDLE
,
wpa_ptk_group
)
;
wpa_auth.c:2126
sm
->
changed
=
FALSE
;
wpa_auth.c:2130
SM_ENTRY_MA
(
WPA_PTK_GROUP
,
REKEYNEGOTIATING
,
wpa_ptk_group
)
;
wpa_auth.c:2144
SM_ENTRY_MA
(
WPA_PTK_GROUP
,
REKEYESTABLISHED
,
wpa_ptk_group
)
;
wpa_auth.c:2201
SM_ENTRY_MA
(
WPA_PTK_GROUP
,
KEYERROR
,
wpa_ptk_group
)
;
wpa_auth.c:2214
sm
->
changed
=
FALSE
;
wpa_auth.c:2528
wpa_sm_step()
}
while
(
sm
->
changed
||
sm
->
wpa_auth
->
group
->
changed
)
;
wpa_auth.c:2538
wpa_sm_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::changed
is written by 1 function and is read by 1 function:
wpa_sm_step()
All items filtered out
wpa_state_machine::changed
wpa_sm_step()
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