ESP-IDF
sae_data::h2e
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_data::h2e
sae_data::h2e field
Syntax
Show:
Summary
Declaration
from
sae.h:122
unsigned
int
h2e
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
h2e
:
1
;
sae.h:122
if
(
g_sae_data
.
h2e
)
{
esp_wpa3.c:314
wpa3_parse_sae_commit()
use_pt
=
sta
->
sae
->
h2e
;
ieee802_11.c:67
auth_build_sae_commit()
if
(
sta
->
sae
->
tmp
&&
sta
->
sae
->
h2e
)
{
ieee802_11.c:147
auth_sae_send_commit()
sta
->
sae
->
h2e
=
ieee802_11.c:274
sae_sm_step()
h2e
=
sta
->
sae
->
h2e
;
ieee802_11.c:578
handle_auth_sae()
sae
->
h2e
=
0
;
sae.c:1313
sae_prepare_commit()
sae
->
h2e
=
1
;
sae.c:1374
sae_prepare_commit_pt()
if
(
!
sae
->
h2e
)
sae.c:1490
sae_derive_keys()
if
(
sae
->
h2e
&&
(
sae
->
tmp
->
own_rejected_groups
||
sae.c:1501
sae_derive_keys()
if
(
!
sae
->
h2e
&&
token
)
{
sae.c:1625
sae_write_commit()
if
(
sae
->
h2e
&&
sae
->
tmp
->
own_rejected_groups
)
{
sae.c:1671
sae_write_commit()
if
(
sae
->
h2e
&&
token
)
{
sae.c:1681
sae_write_commit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_data::h2e
is written by 3 functions and is read by 6 functions:
sae_sm_step()
sae_prepare_commit()
sae_prepare_commit_pt()
All items filtered out
sae_data::h2e
auth_build_sae_commit()
auth_sae_send_commit()
handle_auth_sae()
sae_derive_keys()
sae_write_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