ESP-IDF
g_allowed_groups
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_allowed_groups
g_allowed_groups variable
Syntax
Show:
Summary
Declaration
from
esp_wpa3.c:25
int
g_allowed_groups
[
]
=
{
IANA_SECP256R1
,
0
}
;
Examples
References
from
examples
Code
Location
Referrer
int
g_allowed_groups
[
]
=
{
IANA_SECP256R1
,
0
}
;
esp_wpa3.c:25
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()
ret
=
sae_parse_commit
(
&
g_sae_data
,
buf
,
len
,
NULL
,
0
,
g_allowed_groups
,
esp_wpa3.c:329
wpa3_parse_sae_commit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_allowed_groups
is read by 2 functions:
All items filtered out
g_allowed_groups
wpa3_build_sae_commit()
wpa3_parse_sae_commit()
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