|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Header for a BLF WLAN frame object.
| uint16_t blf_wlanframeheader::channel |
Logical channel number on which this frame was captured.
| uint8_t blf_wlanframeheader::direction |
Transfer direction: one of BLF_DIR_RX, BLF_DIR_TX, or BLF_DIR_TX_RQ.
| uint16_t blf_wlanframeheader::flags |
WLAN-specific flags for this frame.
| uint16_t blf_wlanframeheader::frame_length |
Total length in bytes of the captured WLAN frame.
| uint8_t blf_wlanframeheader::radio_channel |
RF channel number on which this frame was transmitted or received.
| uint32_t blf_wlanframeheader::res |
Reserved; must be zero.
| uint16_t blf_wlanframeheader::signal_quality |
Received signal quality indicator.
| uint16_t blf_wlanframeheader::signal_strength |
Received signal strength in dBm.