ESP-IDF
g_wpa_username_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_username_len
g_wpa_username_len variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:25
extern
int
g_wpa_username_len
;
Implemented in
eap.c:48
Examples
References
from
examples
Code
Location
Referrer
int
g_wpa_username_len
;
eap.c:48
extern
int
g_wpa_username_len
;
eap.h:25
if
(
g_wpa_username
&&
g_wpa_username_len
>
0
)
{
eap.c:553
eap_peer_config_init()
sm
->
config
.
identity_len
=
g_wpa_username_len
;
eap.c:554
eap_peer_config_init()
os_memcpy
(
sm
->
config
.
identity
,
g_wpa_username
,
g_wpa_username_len
)
;
eap.c:559
eap_peer_config_init()
g_wpa_username_len
=
len
;
esp_eap_client.c:995
esp_eap_client_set_username()
g_wpa_username_len
=
0
;
esp_eap_client.c:1007
esp_eap_client_clear_username()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_wpa_username_len
is written by 2 functions and is read by 1 function:
esp_eap_client_set_username()
esp_eap_client_clear_username()
All items filtered out
g_wpa_username_len
eap_peer_config_init()
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