ESP-IDF
sae_derive_pt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_derive_pt()
sae_derive_pt() function
Syntax
Show:
Summary
Declaration
Definition
from
sae.h:149
struct
sae_pt
*
sae_derive_pt
(
int
*
groups
,
const
u8
*
ssid
,
size_t
ssid_len
,
const
u8
*
password
,
size_t
password_len
,
const
char
*
identifier
)
;
Implemented in
sae.c:1051
Arguments
Argument
groups
ssid
ssid_len
password
password_len
identifier
Examples
References
from
examples
Code
Location
Referrer
struct
sae_pt
*
sae_derive_pt
(
int
*
groups
,
const
u8
*
ssid
,
size_t
ssid_len
,
sae.c:1051
struct
sae_pt
*
sae_derive_pt
(
int
*
groups
,
const
u8
*
ssid
,
size_t
ssid_len
,
sae.h:149
ssid
->
pt
=
sae_derive_pt
(
conf
->
sae_groups
,
ssid
->
ssid
,
ap_config.c:159
hostapd_setup_sae_pt()
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()
Call Tree
from
examples
sae_derive_pt()
is called by 2 functions and calls 1 function:
hostapd_setup_sae_pt()
wpa3_build_sae_commit()
All items filtered out
sae_derive_pt()
sae_derive_pt_group()
All items filtered out
Data Use
from
examples
sae_derive_pt()
writes 1 variable:
All items filtered out
sae_derive_pt()
sae_pt::next
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