class AmpduParams
Defined at line 183 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
IEEE Std 802.11-2016, 9.4.2.56.3
Public Methods
void AmpduParams (uint8_t params)
Defined at line 185 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
void AmpduParams ()
Defined at line 186 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
::wlan::common::internal::Integer<2>::type exponent ()
Defined at line 188 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
void set_exponent (::wlan::common::internal::Integer<2>::type val)
Defined at line 188 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
::wlan::common::internal::Integer<3>::type min_start_spacing ()
Defined at line 189 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
void set_min_start_spacing (::wlan::common::internal::Integer<3>::type val)
Defined at line 189 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
::wlan::common::internal::Integer<3>::type reserved ()
Defined at line 190 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
void set_reserved (::wlan::common::internal::Integer<3>::type val)
Defined at line 190 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
size_t max_ampdu_len ()
Defined at line 192 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h
Enumerations
enum MinMPDUStartSpacing
| Name | Value |
|---|---|
| NO_RESTRICT | 0 |
| QUARTER_USEC | 1 |
| HALF_USEC | 2 |
| ONE_USEC | 3 |
| TWO_USEC | 4 |
| FOUR_USEC | 5 |
| EIGHT_USEC | 6 |
| SIXTEEN_USEC | 7 |
Defined at line 194 of file ../../src/connectivity/wlan/lib/common/cpp/include/wlan/common/element.h