ESP-IDF
wpa_state_machine::wpa_ptk_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_state
wpa_state_machine::wpa_ptk_state field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:30
enum
{
WPA_PTK_INITIALIZE
,
WPA_PTK_DISCONNECT
,
WPA_PTK_DISCONNECTED
,
WPA_PTK_AUTHENTICATION
,
WPA_PTK_AUTHENTICATION2
,
WPA_PTK_INITPMK
,
WPA_PTK_INITPSK
,
WPA_PTK_PTKSTART
,
WPA_PTK_PTKCALCNEGOTIATING
,
WPA_PTK_PTKCALCNEGOTIATING2
,
WPA_PTK_PTKINITNEGOTIATING
,
WPA_PTK_PTKINITDONE
}
wpa_ptk_state
;
Examples
References
from
examples
Code
Location
Referrer
}
wpa_ptk_state
;
wpa_auth_i.h:36
sm
->
wpa_ptk_state
==
WPA_PTK_PTKINITNEGOTIATING
&&
wpa_auth.c:740
wpa_receive()
sm
->
wpa_ptk_state
==
WPA_PTK_PTKINITNEGOTIATING
)
{
wpa_auth.c:759
wpa_receive()
if
(
sm
->
wpa_ptk_state
!=
WPA_PTK_PTKSTART
&&
wpa_auth.c:777
wpa_receive()
sm
->
wpa_ptk_state
!=
WPA_PTK_PTKCALCNEGOTIATING
&&
wpa_auth.c:778
wpa_receive()
sm
->
wpa_ptk_state
!=
WPA_PTK_PTKINITNEGOTIATING
)
)
{
wpa_auth.c:780
wpa_receive()
if
(
sm
->
wpa_ptk_state
!=
WPA_PTK_PTKINITNEGOTIATING
||
wpa_auth.c:839
wpa_receive()
SM_ENTRY_MA
(
WPA_PTK
,
INITIALIZE
,
wpa_ptk
)
;
wpa_auth.c:1337
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
}
else
switch
(
sm
->
wpa_ptk_state
)
{
wpa_auth.c:2040
if
(
sm
->
wpa_ptk_state
!=
WPA_PTK_PTKINITDONE
)
{
wpa_auth.c:2313
wpa_group_update_sta()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::wpa_ptk_state
is read by 2 functions:
All items filtered out
wpa_state_machine::wpa_ptk_state
wpa_receive()
wpa_group_update_sta()
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