ESP-IDF
g_sae_commit
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
g_sae_commit
g_sae_commit variable
Syntax
Show:
Summary
Declaration
from
esp_wpa3.c:23
static
struct
wpabuf
*
g_sae_commit
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
wpabuf
*
g_sae_commit
=
NULL
;
esp_wpa3.c:23
if
(
g_sae_commit
)
{
esp_wpa3.c:99
wpa3_build_sae_commit()
wpabuf_free
(
g_sae_commit
)
;
esp_wpa3.c:100
wpa3_build_sae_commit()
g_sae_commit
=
NULL
;
esp_wpa3.c:101
wpa3_build_sae_commit()
g_sae_commit
=
wpabuf_alloc
(
len
)
;
esp_wpa3.c:148
wpa3_build_sae_commit()
if
(
!
g_sae_commit
)
{
esp_wpa3.c:149
wpa3_build_sae_commit()
if
(
sae_write_commit
(
&
g_sae_data
,
g_sae_commit
,
g_sae_token
,
valid_pwd_id
?
sae_pwd_id
:
NULL
)
!=
ESP_OK
)
{
esp_wpa3.c:154
wpa3_build_sae_commit()
wpabuf_free
(
g_sae_commit
)
;
esp_wpa3.c:156
wpa3_build_sae_commit()
g_sae_commit
=
NULL
;
esp_wpa3.c:157
wpa3_build_sae_commit()
if
(
g_sae_commit
)
{
esp_wpa3.c:200
esp_wpa3_free_sae_data()
wpabuf_free
(
g_sae_commit
)
;
esp_wpa3.c:201
esp_wpa3_free_sae_data()
g_sae_commit
=
NULL
;
esp_wpa3.c:202
esp_wpa3_free_sae_data()
*
sae_msg_len
=
wpabuf_len
(
g_sae_commit
)
;
esp_wpa3.c:230
wpa3_build_sae_msg()
buf
=
wpabuf_mhead_u8
(
g_sae_commit
)
;
esp_wpa3.c:231
wpa3_build_sae_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_sae_commit
is written by 2 functions and is read by 3 functions:
wpa3_build_sae_commit()
esp_wpa3_free_sae_data()
All items filtered out
g_sae_commit
wpa3_build_sae_commit()
esp_wpa3_free_sae_data()
wpa3_build_sae_msg()
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