|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
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 |
PHY metadata for 802.11 legacy FHSS (Frequency Hopping Spread Spectrum) captures.
| unsigned ieee_802_11_fhss::has_hop_index |
Non-zero if hop_index contains a valid value.
| unsigned ieee_802_11_fhss::has_hop_pattern |
Non-zero if hop_pattern contains a valid value.
| unsigned ieee_802_11_fhss::has_hop_set |
Non-zero if hop_set contains a valid value.
| uint8_t ieee_802_11_fhss::hop_index |
Hop index indicating the current position within the hopping sequence.
| uint8_t ieee_802_11_fhss::hop_pattern |
Hop pattern identifier used by the FHSS hopping sequence.
| uint8_t ieee_802_11_fhss::hop_set |
Hop set identifier used by the FHSS hopping sequence.