ESP-IDF
EAP_TYPE_EXPANDED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
EAP_TYPE_EXPANDED
EAP_TYPE_EXPANDED value
Syntax
Show:
Summary
Declaration
from
eap_defs.h:96
EAP_TYPE_EXPANDED
=
254
;
Examples
References
from
examples
Code
Location
Referrer
EAP_TYPE_EXPANDED
=
254
/* RFC 3748 */
eap_defs.h:96
if
(
type
==
EAP_TYPE_EXPANDED
)
{
eap.c:471
eap_sm_build_nak()
resp
=
eap_msg_alloc
(
EAP_VENDOR_IETF
,
EAP_TYPE_EXPANDED
,
eap.c:473
eap_sm_build_nak()
if
(
type
==
EAP_TYPE_EXPANDED
)
{
eap.c:500
eap_sm_build_nak()
wpabuf_put_u8
(
resp
,
EAP_TYPE_EXPANDED
)
;
eap.c:501
eap_sm_build_nak()
if
(
type
==
EAP_TYPE_EXPANDED
)
{
eap.c:509
eap_sm_build_nak()
wpabuf_put_u8
(
resp
,
EAP_TYPE_EXPANDED
)
;
eap.c:510
eap_sm_build_nak()
if
(
*
pos
==
EAP_TYPE_EXPANDED
)
{
eap_common.c:80
eap_hdr_validate()
wpabuf_put_u8
(
buf
,
EAP_TYPE_EXPANDED
)
;
eap_common.c:149
eap_msg_alloc()
case
EAP_TYPE_EXPANDED
:
eap_peap.c:702
eap_peap_phase2_request()
sm
->
currentMethod
=
EAP_TYPE_EXPANDED
;
eap_server.c:563
(
sm
->
respMethod
==
EAP_TYPE_EXPANDED
&&
eap_server.c:1200
(
sm
->
respMethod
==
EAP_TYPE_EXPANDED
&&
eap_server.c:1241
(
sm
->
respMethod
==
EAP_TYPE_EXPANDED
&&
eap_server.c:1248
if
(
sm
->
respMethod
==
EAP_TYPE_EXPANDED
)
{
eap_server.c:1538
eap_sm_parseEapResp()
if
(
vendor
==
EAP_VENDOR_IETF
&&
type
==
EAP_TYPE_EXPANDED
)
eap_server_methods.c:171
eap_server_get_name()
case
EAP_TYPE_EXPANDED
:
eap_ttls.c:418
eap_ttls_phase2_request_eap()
}
else
if
(
type
==
EAP_TYPE_EXPANDED
)
{
esp_eap_client.c:366
eap_sm_process_request()
case
EAP_TYPE_EXPANDED
:
esp_wps.c:1075
wps_sm_rx_eapol_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
EAP_TYPE_EXPANDED
is read by 9 functions:
All items filtered out
EAP_TYPE_EXPANDED
eap_sm_build_nak()
eap_hdr_validate()
eap_msg_alloc()
eap_peap_phase2_request()
eap_ttls_phase2_request_eap()
eap_sm_process_request()
wps_sm_rx_eapol_internal()
eap_sm_parseEapResp()
eap_server_get_name()
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