ESP-IDF
wps_data::last_msg
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
wps_data::last_msg
wps_data::last_msg field
Syntax
Show:
Summary
Declaration
from
wps_i.h:69
struct
wpabuf
*
last_msg
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
last_msg
;
wps_i.h:69
wpabuf_free
(
data
->
last_msg
)
;
wps.c:182
wps_deinit()
if
(
wps
->
last_msg
==
NULL
)
{
wps_attr_build.c:171
wps_build_authenticator()
addr
[
0
]
=
wpabuf_head
(
wps
->
last_msg
)
;
wps_attr_build.c:180
wps_build_authenticator()
len
[
0
]
=
wpabuf_len
(
wps
->
last_msg
)
;
wps_attr_build.c:181
wps_build_authenticator()
if
(
wps
->
last_msg
==
NULL
)
{
wps_attr_process.c:29
wps_process_authenticator()
addr
[
0
]
=
wpabuf_head
(
wps
->
last_msg
)
;
wps_attr_process.c:38
wps_process_authenticator()
len
[
0
]
=
wpabuf_len
(
wps
->
last_msg
)
;
wps_attr_process.c:39
wps_process_authenticator()
wpabuf_free
(
wps
->
last_msg
)
;
wps_enrollee.c:516
wps_enrollee_get_msg()
wps
->
last_msg
=
wpabuf_dup
(
msg
)
;
wps_enrollee.c:517
wps_enrollee_get_msg()
wpabuf_free
(
wps
->
last_msg
)
;
wps_enrollee.c:1475
wps_process_wsc_msg()
wps
->
last_msg
=
wpabuf_dup
(
msg
)
;
wps_enrollee.c:1476
wps_process_wsc_msg()
wpabuf_free
(
wps
->
last_msg
)
;
wps_registrar.c:2214
wps_registrar_get_msg()
wps
->
last_msg
=
wpabuf_dup
(
msg
)
;
wps_registrar.c:2215
wps_registrar_get_msg()
wpabuf_free
(
wps
->
last_msg
)
;
wps_registrar.c:3126
wps_process_wsc_msg()
wps
->
last_msg
=
wpabuf_dup
(
msg
)
;
wps_registrar.c:3127
wps_process_wsc_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::last_msg
is written by 4 functions and is read by 7 functions:
wps_enrollee_get_msg()
wps_process_wsc_msg()
wps_registrar_get_msg()
wps_process_wsc_msg()
All items filtered out
wps_data::last_msg
wps_deinit()
wps_build_authenticator()
wps_process_authenticator()
wps_enrollee_get_msg()
wps_process_wsc_msg()
wps_registrar_get_msg()
wps_process_wsc_msg()
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