ESP-IDF
wpa_group::wpa_group_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
wpa_group::wpa_group_state
wpa_group::wpa_group_state field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:157
enum
{
WPA_GROUP_GTK_INIT
=
0
,
WPA_GROUP_SETKEYS
,
WPA_GROUP_SETKEYSDONE
}
wpa_group_state
;
Examples
References
from
examples
Code
Location
Referrer
}
wpa_group_state
;
wpa_auth_i.h:160
if
(
gsm
->
wpa_group_state
!=
WPA_GROUP_SETKEYSDONE
||
wpa_auth.c:1771
ieee80211w_kde_add()
if
(
gsm
->
wpa_group_state
==
WPA_GROUP_SETKEYSDONE
)
wpa_auth.c:2158
group
->
wpa_group_state
=
WPA_GROUP_GTK_INIT
;
wpa_auth.c:2293
wpa_group_gtk_init()
group
->
wpa_group_state
=
WPA_GROUP_SETKEYS
;
wpa_auth.c:2425
wpa_group_setkeys()
group
->
wpa_group_state
=
WPA_GROUP_SETKEYSDONE
;
wpa_auth.c:2481
wpa_group_setkeysdone()
}
else
if
(
group
->
wpa_group_state
==
WPA_GROUP_GTK_INIT
&&
wpa_auth.c:2495
wpa_group_sm_step()
}
else
if
(
group
->
wpa_group_state
==
WPA_GROUP_SETKEYSDONE
&&
wpa_auth.c:2498
wpa_group_sm_step()
}
else
if
(
group
->
wpa_group_state
==
WPA_GROUP_SETKEYS
)
{
wpa_auth.c:2501
wpa_group_sm_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_group::wpa_group_state
is written by 3 functions and is read by 2 functions:
wpa_group_gtk_init()
wpa_group_setkeys()
wpa_group_setkeysdone()
All items filtered out
wpa_group::wpa_group_state
ieee80211w_kde_add()
wpa_group_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