ESP-IDF
wpa_state_machine::wpa_key_mgmt
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_key_mgmt
wpa_state_machine::wpa_key_mgmt field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:110
int
wpa_key_mgmt
;
Examples
References
from
examples
Code
Location
Referrer
int
wpa_key_mgmt
;
/* the selected WPA_KEY_MGMT_* */
wpa_auth_i.h:110
if
(
wpa_key_mgmt_sha256
(
sm
->
wpa_key_mgmt
)
)
wpa_auth.c:233
wpa_use_aes_cmac()
sm
->
wpa_key_mgmt
=
0
;
wpa_auth.c:471
wpa_auth_sta_no_wpa()
!
wpa_key_mgmt_suite_b
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:707
wpa_receive()
!
wpa_use_akm_defined
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:708
wpa_receive()
!
wpa_use_akm_defined
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:714
wpa_receive()
if
(
wpa_use_akm_defined
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:719
wpa_receive()
wpa_key_mgmt_ft
(
sm
->
wpa_key_mgmt
)
;
wpa_auth.c:814
wpa_receive()
if
(
wpa_verify_key_mic
(
sm
->
wpa_key_mgmt
,
&
sm
->
PTK
,
data
,
wpa_auth.c:865
wpa_receive()
else
if
(
wpa_use_akm_defined
(
sm
->
wpa_key_mgmt
)
)
wpa_auth.c:1027
__wpa_send_eapol()
wpa_use_aes_key_wrap
(
sm
->
wpa_key_mgmt
)
||
wpa_auth.c:1051
__wpa_send_eapol()
wpa_use_aes_key_wrap
(
sm
->
wpa_key_mgmt
)
||
wpa_auth.c:1120
__wpa_send_eapol()
sm
->
wpa_key_mgmt
,
version
,
wpa_auth.c:1153
__wpa_send_eapol()
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
)
{
wpa_auth.c:1358
(
wpa_key_mgmt_wpa_ieee8021x
(
sm
->
wpa_key_mgmt
)
||
wpa_auth.c:1554
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
)
)
{
wpa_auth.c:1555
}
else
if
(
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
)
{
wpa_auth.c:1568
sm
->
wpa_key_mgmt
)
;
wpa_auth.c:1589
ptk
,
sm
->
wpa_key_mgmt
,
sm
->
pairwise
)
;
wpa_auth.c:1614
wpa_derive_ptk()
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:1636
!
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
)
{
wpa_auth.c:1637
if
(
wpa_verify_key_mic
(
sm
->
wpa_key_mgmt
,
&
PTK
,
wpa_auth.c:1655
if
(
!
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
||
wpa_auth.c:1662
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
)
{
wpa_auth.c:1663
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
&&
sm
->
PMK
!=
pmk
)
{
wpa_auth.c:1728
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
)
{
wpa_auth.c:1987
if
(
wpa_key_mgmt_wpa_ieee8021x
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth.c:2053
else
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
wpa_auth.c:2057
return
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
;
wpa_auth.c:2588
wpa_auth_uses_sae()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_IEEE8021X_SHA256
;
wpa_auth_ie.c:514
wpa_validate_wpa_ie()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_PSK_SHA256
;
wpa_auth_ie.c:516
wpa_validate_wpa_ie()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_SAE
;
wpa_auth_ie.c:520
wpa_validate_wpa_ie()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_FT_SAE
;
wpa_auth_ie.c:522
wpa_validate_wpa_ie()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_IEEE8021X
;
wpa_auth_ie.c:525
wpa_validate_wpa_ie()
sm
->
wpa_key_mgmt
=
WPA_KEY_MGMT_PSK
;
wpa_auth_ie.c:527
wpa_validate_wpa_ie()
wpa_key_mgmt_sae
(
sm
->
wpa_key_mgmt
)
&&
wpa_auth_ie.c:578
wpa_validate_wpa_ie()
if
(
sm
->
wpa_key_mgmt
==
WPA_KEY_MGMT_SAE
&&
data
.
num_pmkid
&&
wpa_auth_ie.c:639
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::wpa_key_mgmt
is written by 2 functions and is read by 6 functions:
wpa_auth_sta_no_wpa()
wpa_validate_wpa_ie()
All items filtered out
wpa_state_machine::wpa_key_mgmt
wpa_use_aes_cmac()
wpa_receive()
__wpa_send_eapol()
wpa_derive_ptk()
wpa_auth_uses_sae()
wpa_validate_wpa_ie()
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