Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
blf_wlanframeheader Struct Reference

Header for a BLF WLAN frame object. More...

#include <blf.h>

Public Attributes

uint16_t channel
uint16_t flags
uint8_t direction
uint8_t radio_channel
uint16_t signal_strength
uint16_t signal_quality
uint16_t frame_length
uint32_t res

Detailed Description

Header for a BLF WLAN frame object.

Member Data Documentation

◆ channel

uint16_t blf_wlanframeheader::channel

Logical channel number on which this frame was captured.

◆ direction

uint8_t blf_wlanframeheader::direction

Transfer direction: one of BLF_DIR_RX, BLF_DIR_TX, or BLF_DIR_TX_RQ.

◆ flags

uint16_t blf_wlanframeheader::flags

WLAN-specific flags for this frame.

◆ frame_length

uint16_t blf_wlanframeheader::frame_length

Total length in bytes of the captured WLAN frame.

◆ radio_channel

uint8_t blf_wlanframeheader::radio_channel

RF channel number on which this frame was transmitted or received.

◆ res

uint32_t blf_wlanframeheader::res

Reserved; must be zero.

◆ signal_quality

uint16_t blf_wlanframeheader::signal_quality

Received signal quality indicator.

◆ signal_strength

uint16_t blf_wlanframeheader::signal_strength

Received signal strength in dBm.


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