|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
PHY metadata for 802.11n (HT) captures. More...
#include <wtap.h>
Public Attributes | |
| unsigned | has_mcs_index: 1 |
| unsigned | has_bandwidth: 1 |
| unsigned | has_short_gi: 1 |
| unsigned | has_greenfield: 1 |
| unsigned | has_fec: 1 |
| unsigned | has_stbc_streams: 1 |
| unsigned | has_ness: 1 |
| uint16_t | mcs_index |
| unsigned | bandwidth |
| unsigned | short_gi: 1 |
| unsigned | greenfield: 1 |
| unsigned | fec: 1 |
| unsigned | stbc_streams: 2 |
| unsigned | ness |
PHY metadata for 802.11n (HT) captures.
| unsigned ieee_802_11n::bandwidth |
Channel bandwidth in MHz (e.g. 20, 40).
| unsigned ieee_802_11n::fec |
Forward error correction type: 0 = BCC (Binary Convolutional Coding), 1 = LDPC.
| unsigned ieee_802_11n::greenfield |
True if the frame was transmitted in greenfield (HT-only) mode; false for mixed mode.
| unsigned ieee_802_11n::has_bandwidth |
Non-zero if bandwidth contains a valid value.
| unsigned ieee_802_11n::has_fec |
Non-zero if fec contains a valid value.
| unsigned ieee_802_11n::has_greenfield |
Non-zero if greenfield contains a valid value.
| unsigned ieee_802_11n::has_mcs_index |
Non-zero if mcs_index contains a valid value.
| unsigned ieee_802_11n::has_ness |
Non-zero if ness contains a valid value.
| unsigned ieee_802_11n::has_short_gi |
Non-zero if short_gi contains a valid value.
| unsigned ieee_802_11n::has_stbc_streams |
Non-zero if stbc_streams contains a valid value.
| uint16_t ieee_802_11n::mcs_index |
Modulation and Coding Scheme (MCS) index specifying the 802.11n data rate.
| unsigned ieee_802_11n::ness |
Number of extension spatial streams (Ness) present in the HT PPDU.
| unsigned ieee_802_11n::short_gi |
True if a short guard interval (400 ns) was used; false for long guard interval (800 ns).
| unsigned ieee_802_11n::stbc_streams |
Number of Space-Time Block Coding (STBC) spatial streams used for this transmission.