|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
PHY metadata for 802.11ax (HE — High Efficiency) captures. More...
#include <wtap.h>
Public Attributes | |
| unsigned | has_mcs_index: 1 |
| unsigned | has_bwru: 1 |
| unsigned | has_gi: 1 |
| uint8_t | nsts: 4 |
| uint8_t | mcs: 4 |
| uint8_t | bwru: 4 |
| uint8_t | gi: 2 |
PHY metadata for 802.11ax (HE — High Efficiency) captures.
| uint8_t ieee_802_11ax::bwru |
Bandwidth or Resource Unit (RU) allocation identifier.
| uint8_t ieee_802_11ax::gi |
Guard interval: encodes 0.8 µs, 1.6 µs, or 3.2 µs GI.
| unsigned ieee_802_11ax::has_bwru |
Non-zero if bwru contains a valid value.
| unsigned ieee_802_11ax::has_gi |
Non-zero if gi contains a valid value.
| unsigned ieee_802_11ax::has_mcs_index |
Non-zero if mcs contains a valid value.
| uint8_t ieee_802_11ax::mcs |
Modulation and Coding Scheme (MCS) index for this HE transmission.
| uint8_t ieee_802_11ax::nsts |
Number of Space-Time Streams used for this HE transmission.