ESP-IDF
wifi_event_home_channel_change_t
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
wifi_event_home_channel_change_t
wifi_event_home_channel_change_t struct
Argument structure for WIFI_EVENT_HOME_CHANNEL_CHANGE event
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1142
typedef
struct
{
uint8_t
old_chan
;
wifi_second_chan_t
old_snd
;
uint8_t
new_chan
;
wifi_second_chan_t
new_snd
;
}
wifi_event_home_channel_change_t
;
Fields
Field
Declared as
Description
wifi_event_home_channel_change_t::old_chan
uint8_t
Old home channel of the device.
wifi_event_home_channel_change_t::old_snd
wifi_second_chan_t
Old second channel of the device.
wifi_event_home_channel_change_t::new_chan
uint8_t
New home channel of the device.
wifi_event_home_channel_change_t::new_snd
wifi_second_chan_t
New second channel of the device.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out