ESP-IDF
wpa_state_machine::wpa_ptk_group_state
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
wpa_state_machine::wpa_ptk_group_state
wpa_state_machine::wpa_ptk_group_state field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:38
enum
{
WPA_PTK_GROUP_IDLE
=
0
,
WPA_PTK_GROUP_REKEYNEGOTIATING
,
WPA_PTK_GROUP_REKEYESTABLISHED
,
WPA_PTK_GROUP_KEYERROR
}
wpa_ptk_group_state
;
Examples
References
from
examples
Code
Location
Referrer
}
wpa_ptk_group_state
;
wpa_auth_i.h:43
if
(
sm
->
wpa_ptk_group_state
!=
WPA_PTK_GROUP_REKEYNEGOTIATING
wpa_auth.c:845
wpa_receive()
SM_ENTRY_MA
(
WPA_PTK_GROUP
,
IDLE
,
wpa_ptk_group
)
;
wpa_auth.c:2126
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
}
else
switch
(
sm
->
wpa_ptk_group_state
)
{
wpa_auth.c:2228
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::wpa_ptk_group_state
is read by 1 function:
All items filtered out
wpa_state_machine::wpa_ptk_group_state
wpa_receive()
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