ESP-IDF
WifiConnectedState
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
WifiConnectedState
WifiConnectedState struct
Syntax
Show:
Summary
Declaration
Definition
from
wifi_constants.pb-c.h:19
typedef
struct
WifiConnectedState
WifiConnectedState
;
Implemented in
wifi_constants.pb-c.h:60
Fields
Field
Declared as
WifiConnectedState::base
ProtobufCMessage
WifiConnectedState::ip4_addr
char
*
WifiConnectedState::auth_mode
WifiAuthMode
WifiConnectedState::ssid
ProtobufCBinaryData
WifiConnectedState::bssid
ProtobufCBinaryData
WifiConnectedState::channel
int32_t
Related Functions
Found 5 other functions taking a
WifiConnectedState
argument:
Function
wifi_connected_state__init()
wifi_connected_state__get_packed_size()
wifi_connected_state__pack()
wifi_connected_state__pack_to_buffer()
wifi_connected_state__free_unpacked()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
WifiConnectedState
WifiConnectedState
;
wifi_constants.pb-c.h:19
struct
WifiConnectedState
wifi_constants.pb-c.h:60
typedef
struct
WifiConnectedState
WifiConnectedState
;
wifi_constants.pb-c.h:19
WifiConnectedState
*
connected
=
(
WifiConnectedState
*
)
(
wifi_config.c:74
cmd_get_status_handler()
malloc
(
sizeof
(
WifiConnectedState
)
)
)
;
wifi_config.c:75
cmd_get_status_handler()
free
(
resp
->
resp_get_status
->
connected
)
;
wifi_config.c:259
wifi_prov_config_command_cleanup()
WifiConnectedState
*
connected
;
wifi_config.pb-c.h:68
RespGetStatus::
::connected
(
WifiConnectedState
*
message
)
wifi_constants.pb-c.c:56
wifi_connected_state__init()
wifi_connected_state__init()::message
static
const
WifiConnectedState
init_value
=
WIFI_CONNECTED_STATE__INIT
;
wifi_constants.pb-c.c:58
wifi_connected_state__init()
(
const
WifiConnectedState
*
message
)
wifi_constants.pb-c.c:62
wifi_connected_state__get_packed_size()
wifi_connected_state__get_packed_size()::message
(
const
WifiConnectedState
*
message
,
wifi_constants.pb-c.c:68
wifi_connected_state__pack()
wifi_connected_state__pack()::message
(
const
WifiConnectedState
*
message
,
wifi_constants.pb-c.c:75
wifi_connected_state__pack_to_buffer()
wifi_connected_state__pack_to_buffer()::message
WifiConnectedState
*
wifi_constants.pb-c.c:81
wifi_connected_state__unpack()
return
(
WifiConnectedState
*
)
wifi_constants.pb-c.c:87
wifi_connected_state__unpack()
(
WifiConnectedState
*
message
,
wifi_constants.pb-c.c:92
wifi_connected_state__free_unpacked()
wifi_connected_state__free_unpacked()::message
offsetof
(
WifiConnectedState
,
ip4_addr
)
,
wifi_constants.pb-c.c:146
offsetof
(
WifiConnectedState
,
auth_mode
)
,
wifi_constants.pb-c.c:158
offsetof
(
WifiConnectedState
,
ssid
)
,
wifi_constants.pb-c.c:170
offsetof
(
WifiConnectedState
,
bssid
)
,
wifi_constants.pb-c.c:182
offsetof
(
WifiConnectedState
,
channel
)
,
wifi_constants.pb-c.c:194
sizeof
(
WifiConnectedState
)
,
wifi_constants.pb-c.c:220
typedef
struct
WifiConnectedState
WifiConnectedState
;
wifi_constants.pb-c.h:19
WifiConnectedState
(
WifiConnectedState
*
message
)
;
wifi_constants.pb-c.h:95
wifi_connected_state__init()
wifi_connected_state__init()::message
(
const
WifiConnectedState
*
message
)
;
wifi_constants.pb-c.h:97
wifi_connected_state__get_packed_size()
wifi_connected_state__get_packed_size()::message
(
const
WifiConnectedState
*
message
,
wifi_constants.pb-c.h:99
wifi_connected_state__pack()
wifi_connected_state__pack()::message
(
const
WifiConnectedState
*
message
,
wifi_constants.pb-c.h:102
wifi_connected_state__pack_to_buffer()
wifi_connected_state__pack_to_buffer()::message
WifiConnectedState
*
wifi_constants.pb-c.h:104
wifi_connected_state__unpack()
(
WifiConnectedState
*
message
,
wifi_constants.pb-c.h:110
wifi_connected_state__free_unpacked()
wifi_connected_state__free_unpacked()::message
(
const
WifiConnectedState
*
message
,
wifi_constants.pb-c.h:118
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
wifi_connected_state__init()::message
wifi_connected_state__init()
wifi_constants.pb-c.h:95
wifi_connected_state__get_packed_size()::message
wifi_connected_state__get_packed_size()
wifi_constants.pb-c.h:97
wifi_connected_state__pack()::message
wifi_connected_state__pack()
wifi_constants.pb-c.h:99
wifi_connected_state__pack_to_buffer()::message
wifi_connected_state__pack_to_buffer()
wifi_constants.pb-c.h:102
return
wifi_connected_state__unpack()
wifi_constants.pb-c.h:104
wifi_connected_state__free_unpacked()::message
wifi_connected_state__free_unpacked()
wifi_constants.pb-c.h:110
RespGetStatus::
::connected
wifi_config.pb-c.h:68
wifi_connected_state__init()::message
wifi_connected_state__init()
wifi_constants.pb-c.c:56
wifi_connected_state__get_packed_size()::message
wifi_connected_state__get_packed_size()
wifi_constants.pb-c.c:62
wifi_connected_state__pack()::message
wifi_connected_state__pack()
wifi_constants.pb-c.c:68
wifi_connected_state__pack_to_buffer()::message
wifi_connected_state__pack_to_buffer()
wifi_constants.pb-c.c:75
return
wifi_connected_state__unpack()
wifi_constants.pb-c.c:81
wifi_connected_state__free_unpacked()::message
wifi_connected_state__free_unpacked()
wifi_constants.pb-c.c:92
Lifecycle
from
examples
WifiConnectedState
is freed by 1 symbol:
All items filtered out
WifiConnectedState
wifi_prov_config_command_cleanup()
All items filtered out