Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ieee_802_11be Struct Reference

PHY metadata for 802.11be (EHT — Extremely High Throughput) captures. More...

#include <wtap.h>

Public Attributes

unsigned has_ru_mru_size: 1
unsigned has_gi: 1
unsigned has_bandwidth: 1
uint8_t bandwidth
uint8_t ru_mru_size: 4
uint8_t gi: 2
uint8_t num_users
struct ieee_802_11be_user_info user [4]

Detailed Description

PHY metadata for 802.11be (EHT — Extremely High Throughput) captures.

Member Data Documentation

◆ bandwidth

uint8_t ieee_802_11be::bandwidth

Channel bandwidth in MHz (e.g. 20, 40, 80, 160, 320).

◆ gi

uint8_t ieee_802_11be::gi

Guard interval: encodes 0.8 µs, 1.6 µs, or 3.2 µs GI.

◆ has_bandwidth

unsigned ieee_802_11be::has_bandwidth

Non-zero if bandwidth contains a valid value.

◆ has_gi

unsigned ieee_802_11be::has_gi

Non-zero if gi contains a valid value.

◆ has_ru_mru_size

unsigned ieee_802_11be::has_ru_mru_size

Non-zero if ru_mru_size contains a valid value.

◆ num_users

uint8_t ieee_802_11be::num_users

Number of valid entries in the user array; at most PHDR_802_11BE_MAX_USERS.

◆ ru_mru_size

uint8_t ieee_802_11be::ru_mru_size

Resource Unit (RU) or Multi-RU (MRU) allocation size identifier.

◆ user

struct ieee_802_11be_user_info ieee_802_11be::user[4]

Per-user PHY metadata for up to PHDR_802_11BE_MAX_USERS MU-MIMO users.


The documentation for this struct was generated from the following file: