ESP-IDF
g_sae_pt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_sae_pt
g_sae_pt variable
Syntax
Show:
Summary
Declaration
from
esp_wpa3.c:20
static
struct
sae_pt
*
g_sae_pt
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
sae_pt
*
g_sae_pt
;
esp_wpa3.c:20
if
(
use_pt
&&
!
g_sae_pt
)
{
esp_wpa3.c:89
wpa3_build_sae_commit()
g_sae_pt
=
sae_derive_pt
(
g_allowed_groups
,
ssid
->
ssid
,
ssid
->
len
,
pw
,
strlen
(
(
const
char
*
)
pw
)
,
valid_pwd_id
?
sae_pwd_id
:
NULL
)
;
esp_wpa3.c:90
wpa3_build_sae_commit()
sae_prepare_commit_pt
(
&
g_sae_data
,
g_sae_pt
,
esp_wpa3.c:124
wpa3_build_sae_commit()
if
(
g_sae_pt
)
{
esp_wpa3.c:210
esp_wpa3_free_sae_data()
sae_deinit_pt
(
g_sae_pt
)
;
esp_wpa3.c:211
esp_wpa3_free_sae_data()
g_sae_pt
=
NULL
;
esp_wpa3.c:212
esp_wpa3_free_sae_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_sae_pt
is written by 2 functions and is read by 2 functions:
wpa3_build_sae_commit()
esp_wpa3_free_sae_data()
All items filtered out
g_sae_pt
wpa3_build_sae_commit()
esp_wpa3_free_sae_data()
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