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

PHY metadata for 802.11 legacy FHSS (Frequency Hopping Spread Spectrum) captures. More...

#include <wtap.h>

Public Attributes

unsigned has_hop_set: 1
unsigned has_hop_pattern: 1
unsigned has_hop_index: 1
uint8_t hop_set
uint8_t hop_pattern
uint8_t hop_index

Detailed Description

PHY metadata for 802.11 legacy FHSS (Frequency Hopping Spread Spectrum) captures.

Member Data Documentation

◆ has_hop_index

unsigned ieee_802_11_fhss::has_hop_index

Non-zero if hop_index contains a valid value.

◆ has_hop_pattern

unsigned ieee_802_11_fhss::has_hop_pattern

Non-zero if hop_pattern contains a valid value.

◆ has_hop_set

unsigned ieee_802_11_fhss::has_hop_set

Non-zero if hop_set contains a valid value.

◆ hop_index

uint8_t ieee_802_11_fhss::hop_index

Hop index indicating the current position within the hopping sequence.

◆ hop_pattern

uint8_t ieee_802_11_fhss::hop_pattern

Hop pattern identifier used by the FHSS hopping sequence.

◆ hop_set

uint8_t ieee_802_11_fhss::hop_set

Hop set identifier used by the FHSS hopping sequence.


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