ESP-IDF
g_wpa_phase1_options
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
g_wpa_phase1_options
g_wpa_phase1_options variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:43
extern
char
*
g_wpa_phase1_options
;
Implemented in
eap.c:62
Examples
References
from
examples
Code
Location
Referrer
char
*
g_wpa_phase1_options
;
eap.c:62
extern
char
*
g_wpa_phase1_options
;
eap.h:43
if
(
g_wpa_phase1_options
)
{
eap.c:596
eap_peer_config_init()
sm
->
config
.
phase1
=
g_wpa_phase1_options
;
eap.c:597
eap_peer_config_init()
if
(
g_wpa_phase1_options
!=
NULL
)
{
esp_eap_client.c:1168
esp_eap_client_set_fast_params()
os_free
(
g_wpa_phase1_options
)
;
esp_eap_client.c:1169
esp_eap_client_set_fast_params()
g_wpa_phase1_options
=
(
char
*
)
os_zalloc
(
sizeof
(
config_for_supplicant
)
)
;
esp_eap_client.c:1171
esp_eap_client_set_fast_params()
if
(
g_wpa_phase1_options
==
NULL
)
{
esp_eap_client.c:1172
esp_eap_client_set_fast_params()
os_memcpy
(
g_wpa_phase1_options
,
&
config_for_supplicant
,
sizeof
(
config_for_supplicant
)
)
;
esp_eap_client.c:1175
esp_eap_client_set_fast_params()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_wpa_phase1_options
is written by 1 function and is read by 2 functions:
esp_eap_client_set_fast_params()
All items filtered out
g_wpa_phase1_options
eap_peer_config_init()
esp_eap_client_set_fast_params()
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