ESP-IDF
sae_pt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_pt
sae_pt struct
Syntax
Show:
Summary
Declaration
Definition
from
ap_config.h:56
struct
sae_pt
;
Implemented in
sae.h:85
Fields
Field
Declared as
sae_pt::next
struct
sae_pt
*
sae_pt::group
int
sae_pt::ec
struct
crypto_ec
*
sae_pt::ecc_pt
struct
crypto_ec_point
*
sae_pt::dh
const
struct
dh_group
*
sae_pt::ffc_pt
struct
crypto_bignum
*
sae_pt::ssid
u8
[
32
]
sae_pt::ssid_len
size_t
Related Functions
Found 5 other functions taking a
sae_pt
argument:
Function
sae_deinit_pt()
sae_prepare_commit_pt()
sae_derive_pwe_from_pt_ecc()
sae_derive_pwe_from_pt_ffc()
sae_get_password()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
sae_pt
{
sae.h:85
struct
sae_pt
*
pt
;
ap_config.h:56
hostapd_ssid
hostapd_ssid::pt
static
struct
sae_pt
*
g_sae_pt
;
esp_wpa3.c:20
g_sae_pt
struct
sae_pt
*
*
s_pt
)
ieee802_11.c:38
sae_get_password()
sae_get_password()::s_pt
struct
sae_pt
*
pt
=
NULL
;
ieee802_11.c:41
sae_get_password()
struct
sae_pt
*
pt
=
NULL
;
ieee802_11.c:63
auth_build_sae_commit()
static
struct
sae_pt
*
sae.c:997
sae_derive_pt_group()
struct
sae_pt
*
pt
;
sae.c:1002
sae_derive_pt_group()
pt
=
os_zalloc
(
sizeof
(
*
pt
)
)
;
sae.c:1009
sae_derive_pt_group()
struct
sae_pt
*
sae_derive_pt
(
int
*
groups
,
const
u8
*
ssid
,
size_t
ssid_len
,
sae.c:1051
sae_derive_pt()
struct
sae_pt
*
pt
=
NULL
,
*
last
=
NULL
,
*
tmp
;
sae.c:1055
sae_derive_pt()
sae_derive_pwe_from_pt_ecc
(
const
struct
sae_pt
*
pt
,
sae.c:1094
sae_derive_pwe_from_pt_ecc()
sae_derive_pwe_from_pt_ecc()::pt
sae_derive_pwe_from_pt_ffc
(
const
struct
sae_pt
*
pt
,
sae.c:1159
sae_derive_pwe_from_pt_ffc()
sae_derive_pwe_from_pt_ffc()::pt
void
sae_deinit_pt
(
struct
sae_pt
*
pt
)
sae.c:1218
sae_deinit_pt()
sae_deinit_pt()::pt
struct
sae_pt
*
prev
;
sae.c:1220
sae_deinit_pt()
os_free
(
prev
)
;
sae.c:1228
sae_deinit_pt()
int
sae_prepare_commit_pt
(
struct
sae_data
*
sae
,
const
struct
sae_pt
*
pt
,
sae.c:1319
sae_prepare_commit_pt()
sae_prepare_commit_pt()::pt
struct
sae_pt
*
next
;
sae.h:86
sae_pt
sae_pt::next
int
sae_prepare_commit_pt
(
struct
sae_data
*
sae
,
const
struct
sae_pt
*
pt
,
sae.h:134
sae_prepare_commit_pt()
sae_prepare_commit_pt()::pt
struct
sae_pt
*
sae_derive_pt
(
int
*
groups
,
const
u8
*
ssid
,
size_t
ssid_len
,
sae.h:149
sae_derive_pt()
sae_derive_pwe_from_pt_ecc
(
const
struct
sae_pt
*
pt
,
sae.h:153
sae_derive_pwe_from_pt_ecc()
sae_derive_pwe_from_pt_ecc()::pt
sae_derive_pwe_from_pt_ffc
(
const
struct
sae_pt
*
pt
,
sae.h:156
sae_derive_pwe_from_pt_ffc()
sae_derive_pwe_from_pt_ffc()::pt
void
sae_deinit_pt
(
struct
sae_pt
*
pt
)
;
sae.h:158
sae_deinit_pt()
sae_deinit_pt()::pt
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
sae_pt::next
sae_pt
sae.h:86
sae_prepare_commit_pt()::pt
sae_prepare_commit_pt()
sae.h:134
return
sae_derive_pt()
sae.h:149
sae_derive_pwe_from_pt_ecc()::pt
sae_derive_pwe_from_pt_ecc()
sae.h:153
sae_derive_pwe_from_pt_ffc()::pt
sae_derive_pwe_from_pt_ffc()
sae.h:156
sae_deinit_pt()::pt
sae_deinit_pt()
sae.h:158
hostapd_ssid::pt
hostapd_ssid
ap_config.h:56
sae_get_password()::s_pt
sae_get_password()
ieee802_11.c:38
return
sae_derive_pt_group()
sae.c:997
return
sae_derive_pt()
sae.c:1051
sae_derive_pwe_from_pt_ecc()::pt
sae_derive_pwe_from_pt_ecc()
sae.c:1094
sae_derive_pwe_from_pt_ffc()::pt
sae_derive_pwe_from_pt_ffc()
sae.c:1159
sae_deinit_pt()::pt
sae_deinit_pt()
sae.c:1218
sae_prepare_commit_pt()::pt
sae_prepare_commit_pt()
sae.c:1319
g_sae_pt
esp_wpa3.c:20
Lifecycle
from
examples
sae_pt
is allocated by 1 symbol and is freed by 1 symbol:
sae_derive_pt_group()
All items filtered out
sae_pt
sae_deinit_pt()
All items filtered out