ESP-IDF
wpa_eapol_key::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_eapol_key::type
wpa_eapol_key::type field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:163
u8
type
;
Examples
References
from
examples
Code
Location
Referrer
u8
type
;
wpa_common.h:163
reply
->
type
=
sm
->
proto
==
WPA_PROTO_RSN
?
wpa.c:300
wpa_sm_key_request()
reply
->
type
=
sm
->
proto
==
WPA_PROTO_RSN
?
wpa.c:586
wpa_supplicant_send_2_of_4()
reply
->
type
=
sm
->
proto
==
WPA_PROTO_RSN
?
wpa.c:1210
wpa_supplicant_send_4_of_4()
reply
->
type
=
sm
->
proto
==
WPA_PROTO_RSN
?
wpa.c:1578
wpa_supplicant_send_2_of_2()
if
(
key
->
type
!=
EAPOL_KEY_TYPE_WPA
&&
key
->
type
!=
EAPOL_KEY_TYPE_RSN
)
{
wpa.c:1894
wpa_sm_rx_eapol()
if
(
key
->
type
==
EAPOL_KEY_TYPE_WPA
)
{
wpa_auth.c:656
wpa_receive()
}
else
if
(
key
->
type
!=
EAPOL_KEY_TYPE_RSN
)
{
wpa_auth.c:663
wpa_receive()
if
(
key
->
type
!=
EAPOL_KEY_TYPE_WPA
)
{
wpa_auth.c:670
wpa_receive()
key
->
type
=
sm
->
wpa
==
WPA_VERSION_WPA2
?
wpa_auth.c:1069
__wpa_send_eapol()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_eapol_key::type
is written by 5 functions and is read by 2 functions:
__wpa_send_eapol()
wpa_sm_key_request()
wpa_supplicant_send_2_of_4()
wpa_supplicant_send_4_of_4()
wpa_supplicant_send_2_of_2()
All items filtered out
wpa_eapol_key::type
wpa_receive()
wpa_sm_rx_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