ESP-IDF
dpp_alloc_msg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_alloc_msg()
dpp_alloc_msg() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:510
struct
wpabuf
*
dpp_alloc_msg
(
enum
dpp_public_action_frame_type
type
,
size_t
len
)
;
Implemented in
dpp.c:90
Arguments
Argument
type
len
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
dpp_alloc_msg
(
enum
dpp_public_action_frame_type
type
,
dpp.c:90
struct
wpabuf
*
dpp_alloc_msg
(
enum
dpp_public_action_frame_type
type
,
dpp.h:510
msg
=
dpp_alloc_msg
(
DPP_PA_AUTHENTICATION_REQ
,
attr_len
)
;
dpp.c:476
dpp_auth_build_req()
msg
=
dpp_alloc_msg
(
DPP_PA_AUTHENTICATION_RESP
,
attr_len
)
;
dpp.c:636
dpp_auth_build_resp()
msg
=
dpp_alloc_msg
(
DPP_PA_PEER_DISCOVERY_REQ
,
len
)
;
dpp.c:801
dpp_build_peer_disc_req()
msg
=
dpp_alloc_msg
(
DPP_PA_AUTHENTICATION_CONF
,
attr_len
)
;
dpp.c:1989
dpp_auth_build_conf()
Call Tree
from
examples
dpp_alloc_msg()
is called by 4 functions and calls 3 functions:
dpp_auth_build_req()
dpp_auth_build_resp()
dpp_build_peer_disc_req()
dpp_auth_build_conf()
All items filtered out
dpp_alloc_msg()
wpabuf_put_u8()
wpabuf_put_be24()
wpabuf_alloc()
All items filtered out
Data Use
from
examples
dpp_alloc_msg()
:
All items filtered out
dpp_alloc_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