ESP-IDF
RespScanResult
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RespScanResult
RespScanResult struct
Syntax
Show:
Summary
Declaration
Definition
from
wifi_scan.pb-c.h:26
typedef
struct
RespScanResult
RespScanResult
;
Implemented in
wifi_scan.pb-c.h:111
Fields
Field
Declared as
RespScanResult::base
ProtobufCMessage
RespScanResult::n_entries
size_t
RespScanResult::entries
WiFiScanResult
*
*
Related Functions
Found 5 other functions taking a
RespScanResult
argument:
Function
resp_scan_result__init()
resp_scan_result__get_packed_size()
resp_scan_result__pack()
resp_scan_result__pack_to_buffer()
resp_scan_result__free_unpacked()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
RespScanResult
RespScanResult
;
wifi_scan.pb-c.h:26
struct
RespScanResult
wifi_scan.pb-c.h:111
typedef
struct
RespScanResult
RespScanResult
;
wifi_scan.pb-c.h:26
RespScanResult
*
resp_payload
=
(
RespScanResult
*
)
malloc
(
sizeof
(
RespScanResult
)
)
;
wifi_scan.c:127
cmd_scan_result_handler()
free
(
resp
->
resp_scan_result
)
;
wifi_scan.c:226
wifi_prov_scan_cmd_cleanup()
(
RespScanResult
*
message
)
wifi_scan.pb-c.c:281
resp_scan_result__init()
resp_scan_result__init()::message
static
const
RespScanResult
init_value
=
RESP_SCAN_RESULT__INIT
;
wifi_scan.pb-c.c:283
resp_scan_result__init()
(
const
RespScanResult
*
message
)
wifi_scan.pb-c.c:287
resp_scan_result__get_packed_size()
resp_scan_result__get_packed_size()::message
(
const
RespScanResult
*
message
,
wifi_scan.pb-c.c:293
resp_scan_result__pack()
resp_scan_result__pack()::message
(
const
RespScanResult
*
message
,
wifi_scan.pb-c.c:300
resp_scan_result__pack_to_buffer()
resp_scan_result__pack_to_buffer()::message
RespScanResult
*
wifi_scan.pb-c.c:306
resp_scan_result__unpack()
return
(
RespScanResult
*
)
wifi_scan.pb-c.c:312
resp_scan_result__unpack()
(
RespScanResult
*
message
,
wifi_scan.pb-c.c:317
resp_scan_result__free_unpacked()
resp_scan_result__free_unpacked()::message
offsetof
(
RespScanResult
,
n_entries
)
,
wifi_scan.pb-c.c:682
offsetof
(
RespScanResult
,
entries
)
,
wifi_scan.pb-c.c:683
sizeof
(
RespScanResult
)
,
wifi_scan.pb-c.c:705
typedef
struct
RespScanResult
RespScanResult
;
wifi_scan.pb-c.h:26
RespScanResult
RespScanResult
*
resp_scan_result
;
wifi_scan.pb-c.h:145
WiFiScanPayload::
::resp_scan_result
(
RespScanResult
*
message
)
;
wifi_scan.pb-c.h:269
resp_scan_result__init()
resp_scan_result__init()::message
(
const
RespScanResult
*
message
)
;
wifi_scan.pb-c.h:271
resp_scan_result__get_packed_size()
resp_scan_result__get_packed_size()::message
(
const
RespScanResult
*
message
,
wifi_scan.pb-c.h:273
resp_scan_result__pack()
resp_scan_result__pack()::message
(
const
RespScanResult
*
message
,
wifi_scan.pb-c.h:276
resp_scan_result__pack_to_buffer()
resp_scan_result__pack_to_buffer()::message
RespScanResult
*
wifi_scan.pb-c.h:278
resp_scan_result__unpack()
(
RespScanResult
*
message
,
wifi_scan.pb-c.h:284
resp_scan_result__free_unpacked()
resp_scan_result__free_unpacked()::message
(
const
RespScanResult
*
message
,
wifi_scan.pb-c.h:326
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
WiFiScanPayload::
::resp_scan_result
wifi_scan.pb-c.h:145
resp_scan_result__init()::message
resp_scan_result__init()
wifi_scan.pb-c.h:269
resp_scan_result__get_packed_size()::message
resp_scan_result__get_packed_size()
wifi_scan.pb-c.h:271
resp_scan_result__pack()::message
resp_scan_result__pack()
wifi_scan.pb-c.h:273
resp_scan_result__pack_to_buffer()::message
resp_scan_result__pack_to_buffer()
wifi_scan.pb-c.h:276
return
resp_scan_result__unpack()
wifi_scan.pb-c.h:278
resp_scan_result__free_unpacked()::message
resp_scan_result__free_unpacked()
wifi_scan.pb-c.h:284
resp_scan_result__init()::message
resp_scan_result__init()
wifi_scan.pb-c.c:281
resp_scan_result__get_packed_size()::message
resp_scan_result__get_packed_size()
wifi_scan.pb-c.c:287
resp_scan_result__pack()::message
resp_scan_result__pack()
wifi_scan.pb-c.c:293
resp_scan_result__pack_to_buffer()::message
resp_scan_result__pack_to_buffer()
wifi_scan.pb-c.c:300
return
resp_scan_result__unpack()
wifi_scan.pb-c.c:306
resp_scan_result__free_unpacked()::message
resp_scan_result__free_unpacked()
wifi_scan.pb-c.c:317
Lifecycle
from
examples
RespScanResult
is allocated by 1 symbol and is freed by 1 symbol:
cmd_scan_result_handler()
All items filtered out
RespScanResult
wifi_prov_scan_cmd_cleanup()
All items filtered out