ESP-IDF
wpa_state_machine::wpa
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
wpa_state_machine::wpa field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:104
enum
{
WPA_VERSION_NO_WPA
=
0
,
WPA_VERSION_WPA
=
1
,
WPA_VERSION_WPA2
=
2
}
wpa
;
Examples
References
from
examples
Code
Location
Referrer
}
wpa
;
wpa_auth_i.h:108
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
)
{
wpa_auth.c:655
wpa_receive()
ft
=
sm
->
wpa
==
WPA_VERSION_WPA2
&&
wpa_auth.c:813
wpa_receive()
key
->
type
=
sm
->
wpa
==
WPA_VERSION_WPA2
?
wpa_auth.c:1069
__wpa_send_eapol()
if
(
encr
&&
sm
->
wpa
==
WPA_VERSION_WPA2
)
wpa_auth.c:1072
__wpa_send_eapol()
if
(
sm
->
wpa
!=
WPA_VERSION_WPA2
)
wpa_auth.c:1074
__wpa_send_eapol()
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
&&
!
pairwise
)
wpa_auth.c:1079
__wpa_send_eapol()
if
(
sm
->
wpa
==
WPA_VERSION_WPA
)
wpa_auth.c:1348
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
&&
wpa_auth.c:1553
if
(
sm
->
wpa
==
WPA_VERSION_WPA
&&
wpa_auth.c:1831
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
)
{
wpa_auth.c:1840
if
(
sm
->
wpa
==
WPA_VERSION_WPA
)
wpa_auth.c:2005
if
(
sm
->
wpa
==
WPA_VERSION_WPA
)
wpa_auth.c:2153
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
)
{
wpa_auth.c:2171
if
(
sm
->
wpa
==
WPA_VERSION_WPA2
)
wpa_auth.c:2194
(
sm
->
wpa
==
WPA_VERSION_WPA
&&
sm
->
PInitAKeys
)
)
wpa_auth.c:2231
sm
->
wpa
=
WPA_VERSION_WPA2
;
wpa_auth_ie.c:618
wpa_validate_wpa_ie()
sm
->
wpa
=
WPA_VERSION_WPA
;
wpa_auth_ie.c:620
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::wpa
is written by 1 function and is read by 2 functions:
wpa_validate_wpa_ie()
All items filtered out
wpa_state_machine::wpa
wpa_receive()
__wpa_send_eapol()
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