ESP-IDF
RespScanStatus
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
RespScanStatus
RespScanStatus struct
Syntax
Show:
Summary
Declaration
Definition
from
wifi_scan.pb-c.h:23
typedef
struct
RespScanStatus
RespScanStatus
;
Implemented in
wifi_scan.pb-c.h:75
Fields
Field
Declared as
RespScanStatus::base
ProtobufCMessage
RespScanStatus::scan_finished
protobuf_c_boolean
RespScanStatus::result_count
uint32_t
Related Functions
Found 5 other functions taking a
RespScanStatus
argument:
Function
resp_scan_status__init()
resp_scan_status__get_packed_size()
resp_scan_status__pack()
resp_scan_status__pack_to_buffer()
resp_scan_status__free_unpacked()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
RespScanStatus
RespScanStatus
;
wifi_scan.pb-c.h:23
struct
RespScanStatus
wifi_scan.pb-c.h:75
typedef
struct
RespScanStatus
RespScanStatus
;
wifi_scan.pb-c.h:23
RespScanStatus
*
resp_payload
=
(
RespScanStatus
*
)
malloc
(
sizeof
(
RespScanStatus
)
)
;
wifi_scan.c:99
cmd_scan_status_handler()
free
(
resp
->
resp_scan_status
)
;
wifi_scan.c:211
wifi_prov_scan_cmd_cleanup()
(
RespScanStatus
*
message
)
wifi_scan.pb-c.c:146
resp_scan_status__init()
resp_scan_status__init()::message
static
const
RespScanStatus
init_value
=
RESP_SCAN_STATUS__INIT
;
wifi_scan.pb-c.c:148
resp_scan_status__init()
(
const
RespScanStatus
*
message
)
wifi_scan.pb-c.c:152
resp_scan_status__get_packed_size()
resp_scan_status__get_packed_size()::message
(
const
RespScanStatus
*
message
,
wifi_scan.pb-c.c:158
resp_scan_status__pack()
resp_scan_status__pack()::message
(
const
RespScanStatus
*
message
,
wifi_scan.pb-c.c:165
resp_scan_status__pack_to_buffer()
resp_scan_status__pack_to_buffer()::message
RespScanStatus
*
wifi_scan.pb-c.c:171
resp_scan_status__unpack()
return
(
RespScanStatus
*
)
wifi_scan.pb-c.c:177
resp_scan_status__unpack()
(
RespScanStatus
*
message
,
wifi_scan.pb-c.c:182
resp_scan_status__free_unpacked()
resp_scan_status__free_unpacked()::message
offsetof
(
RespScanStatus
,
scan_finished
)
,
wifi_scan.pb-c.c:491
offsetof
(
RespScanStatus
,
result_count
)
,
wifi_scan.pb-c.c:503
sizeof
(
RespScanStatus
)
,
wifi_scan.pb-c.c:526
typedef
struct
RespScanStatus
RespScanStatus
;
wifi_scan.pb-c.h:23
RespScanStatus
RespScanStatus
*
resp_scan_status
;
wifi_scan.pb-c.h:143
WiFiScanPayload::
::resp_scan_status
(
RespScanStatus
*
message
)
;
wifi_scan.pb-c.h:212
resp_scan_status__init()
resp_scan_status__init()::message
(
const
RespScanStatus
*
message
)
;
wifi_scan.pb-c.h:214
resp_scan_status__get_packed_size()
resp_scan_status__get_packed_size()::message
(
const
RespScanStatus
*
message
,
wifi_scan.pb-c.h:216
resp_scan_status__pack()
resp_scan_status__pack()::message
(
const
RespScanStatus
*
message
,
wifi_scan.pb-c.h:219
resp_scan_status__pack_to_buffer()
resp_scan_status__pack_to_buffer()::message
RespScanStatus
*
wifi_scan.pb-c.h:221
resp_scan_status__unpack()
(
RespScanStatus
*
message
,
wifi_scan.pb-c.h:227
resp_scan_status__free_unpacked()
resp_scan_status__free_unpacked()::message
(
const
RespScanStatus
*
message
,
wifi_scan.pb-c.h:317
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_status
wifi_scan.pb-c.h:143
resp_scan_status__init()::message
resp_scan_status__init()
wifi_scan.pb-c.h:212
resp_scan_status__get_packed_size()::message
resp_scan_status__get_packed_size()
wifi_scan.pb-c.h:214
resp_scan_status__pack()::message
resp_scan_status__pack()
wifi_scan.pb-c.h:216
resp_scan_status__pack_to_buffer()::message
resp_scan_status__pack_to_buffer()
wifi_scan.pb-c.h:219
return
resp_scan_status__unpack()
wifi_scan.pb-c.h:221
resp_scan_status__free_unpacked()::message
resp_scan_status__free_unpacked()
wifi_scan.pb-c.h:227
resp_scan_status__init()::message
resp_scan_status__init()
wifi_scan.pb-c.c:146
resp_scan_status__get_packed_size()::message
resp_scan_status__get_packed_size()
wifi_scan.pb-c.c:152
resp_scan_status__pack()::message
resp_scan_status__pack()
wifi_scan.pb-c.c:158
resp_scan_status__pack_to_buffer()::message
resp_scan_status__pack_to_buffer()
wifi_scan.pb-c.c:165
return
resp_scan_status__unpack()
wifi_scan.pb-c.c:171
resp_scan_status__free_unpacked()::message
resp_scan_status__free_unpacked()
wifi_scan.pb-c.c:182
Lifecycle
from
examples
RespScanStatus
is allocated by 1 symbol and is freed by 1 symbol:
cmd_scan_status_handler()
All items filtered out
RespScanStatus
wifi_prov_scan_cmd_cleanup()
All items filtered out