ESP-IDF
sae_temporary_data::pw_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_temporary_data::pw_id
sae_temporary_data::pw_id field
Syntax
Show:
Summary
Declaration
from
sae.h:63
char
*
pw_id
;
Examples
References
from
examples
Code
Location
Referrer
char
*
pw_id
;
sae.h:63
rx_id
=
sta
->
sae
->
tmp
->
pw_id
;
ieee802_11.c:66
auth_build_sae_commit()
if
(
!
data
&&
sta
->
sae
->
tmp
&&
sta
->
sae
->
tmp
->
pw_id
)
{
ieee802_11.c:140
auth_sae_send_commit()
os_free
(
tmp
->
pw_id
)
;
sae.c:106
sae_clear_temp_data()
if
(
sae
->
tmp
->
pw_id
)
{
sae.c:2005
sae_parse_password_identifier()
os_free
(
sae
->
tmp
->
pw_id
)
;
sae.c:2011
sae_parse_password_identifier()
sae
->
tmp
->
pw_id
=
NULL
;
sae.c:2012
sae_parse_password_identifier()
if
(
sae
->
tmp
->
pw_id
&&
sae.c:2024
sae_parse_password_identifier()
(
len
!=
os_strlen
(
sae
->
tmp
->
pw_id
)
||
sae.c:2025
sae_parse_password_identifier()
os_memcmp
(
sae
->
tmp
->
pw_id
,
epos
,
len
)
!=
0
)
)
{
sae.c:2026
sae_parse_password_identifier()
os_free
(
sae
->
tmp
->
pw_id
)
;
sae.c:2033
sae_parse_password_identifier()
sae
->
tmp
->
pw_id
=
os_malloc
(
len
+
1
)
;
sae.c:2034
sae_parse_password_identifier()
if
(
!
sae
->
tmp
->
pw_id
)
sae.c:2035
sae_parse_password_identifier()
os_memcpy
(
sae
->
tmp
->
pw_id
,
epos
,
len
)
;
sae.c:2037
sae_parse_password_identifier()
sae
->
tmp
->
pw_id
[
len
]
=
'\0'
;
sae.c:2038
sae_parse_password_identifier()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::pw_id
is written by 1 function and is read by 4 functions:
sae_parse_password_identifier()
All items filtered out
sae_temporary_data::pw_id
auth_build_sae_commit()
auth_sae_send_commit()
sae_clear_temp_data()
sae_parse_password_identifier()
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