ESP-IDF
wifi_band_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wifi_band_t
wifi_band_t enum
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:376
enum
{
WIFI_BAND_2G
=
1
,
WIFI_BAND_5G
=
2
,
}
;
Values
Value
Declared as
Description
wifi_band_t::WIFI_BAND_2G
=
1
Band is 2.4 GHz.
wifi_band_t::WIFI_BAND_5G
=
2
Band is 5 GHz.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_wifi_types_generic.h:376
}
wifi_band_t
;
esp_wifi_types_generic.h:379
esp_err_t
esp_wifi_set_band
(
wifi_band_t
band
)
;
esp_wifi.h:1652
esp_wifi_set_band()
esp_wifi_set_band()::band
esp_err_t
esp_wifi_get_band
(
wifi_band_t
*
band
)
;
esp_wifi.h:1664
esp_wifi_get_band()
esp_wifi_get_band()::band
}
wifi_band_t
;
esp_wifi_types_generic.h:379
wifi_band_t
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
esp_wifi_set_band()::band
esp_wifi_set_band()
esp_wifi.h:1652
esp_wifi_get_band()::band
esp_wifi_get_band()
esp_wifi.h:1664
Lifecycle
from
examples
All items filtered out
All items filtered out