ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_bandwidth_t
from the following samples and libraries:
iperf sample
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_bandwidth_t
wifi_bandwidth_t enum
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:275
enum
{
WIFI_BW_HT20
=
1
,
WIFI_BW20
=
WIFI_BW_HT20
,
WIFI_BW_HT40
=
2
,
WIFI_BW40
=
WIFI_BW_HT40
,
WIFI_BW80
=
3
,
WIFI_BW160
=
4
,
WIFI_BW80_BW80
=
5
,
}
;
Values
Value
Declared as
Description
wifi_bandwidth_t::WIFI_BW_HT20
=
1
Bandwidth is HT20.
wifi_bandwidth_t::WIFI_BW20
=
WIFI_BW_HT20
Bandwidth is 20 MHz.
wifi_bandwidth_t::WIFI_BW_HT40
=
2
Bandwidth is HT40.
wifi_bandwidth_t::WIFI_BW40
=
WIFI_BW_HT40
Bandwidth is 40 MHz.
wifi_bandwidth_t::WIFI_BW80
=
3
Bandwidth is 80 MHz.
wifi_bandwidth_t::WIFI_BW160
=
4
Bandwidth is 160 MHz.
wifi_bandwidth_t::WIFI_BW80_BW80
=
5
Bandwidth is 80 + 80 MHz.
Examples
wifi_bandwidth_t
is referenced by 1 libraries and example projects:
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