ESP-IDF
eap_wsc_data::out_buf
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
eap_wsc_data::out_buf
eap_wsc_data::out_buf field
Syntax
Show:
Summary
Declaration
from
eap_server_wsc.c:23
struct
wpabuf
*
out_buf
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
out_buf
;
eap_server_wsc.c:23
wpabuf_free
(
data
->
out_buf
)
;
eap_server_wsc.c:103
eap_wsc_reset()
send_len
=
wpabuf_len
(
data
->
out_buf
)
-
data
->
out_used
;
eap_server_wsc.c:144
eap_wsc_build_msg()
wpabuf_put_be16
(
req
,
wpabuf_len
(
data
->
out_buf
)
)
;
eap_server_wsc.c:167
eap_wsc_build_msg()
wpabuf_put_data
(
req
,
wpabuf_head_u8
(
data
->
out_buf
)
+
data
->
out_used
,
eap_server_wsc.c:169
eap_wsc_build_msg()
if
(
data
->
out_used
==
wpabuf_len
(
data
->
out_buf
)
)
{
eap_server_wsc.c:173
eap_wsc_build_msg()
wpabuf_free
(
data
->
out_buf
)
;
eap_server_wsc.c:177
eap_wsc_build_msg()
data
->
out_buf
=
NULL
;
eap_server_wsc.c:178
eap_wsc_build_msg()
if
(
data
->
out_buf
==
NULL
)
{
eap_server_wsc.c:201
eap_wsc_buildReq()
data
->
out_buf
=
wps_get_msg
(
data
->
wps
,
eap_server_wsc.c:202
eap_wsc_buildReq()
if
(
data
->
out_buf
==
NULL
)
{
eap_server_wsc.c:204
eap_wsc_buildReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_wsc_data::out_buf
is written by 2 functions and is read by 3 functions:
eap_wsc_build_msg()
eap_wsc_buildReq()
All items filtered out
eap_wsc_data::out_buf
eap_wsc_reset()
eap_wsc_build_msg()
eap_wsc_buildReq()
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