#include <senf/Ext/NetEmu/WLAN/spectral_common.h>
Public Attributes | |
struct fft_sample_tlv | tlv |
u8 | channel_type |
__be16 | freq |
s8 | lower_rssi |
s8 | upper_rssi |
__be64 | tsf |
s8 | lower_noise |
s8 | upper_noise |
__be16 | lower_max_magnitude |
__be16 | upper_max_magnitude |
u8 | lower_max_index |
u8 | upper_max_index |
u8 | lower_bitmap_weight |
u8 | upper_bitmap_weight |
u8 | max_exp |
u8 | data [SPECTRAL_HT20_40_NUM_BINS] |
Definition at line 87 of file spectral_common.h.
u8 fft_sample_ht20_40::channel_type |
Definition at line 90 of file spectral_common.h.
u8 fft_sample_ht20_40::data[SPECTRAL_HT20_40_NUM_BINS] |
Definition at line 112 of file spectral_common.h.
__be16 fft_sample_ht20_40::freq |
Definition at line 91 of file spectral_common.h.
u8 fft_sample_ht20_40::lower_bitmap_weight |
Definition at line 107 of file spectral_common.h.
u8 fft_sample_ht20_40::lower_max_index |
Definition at line 104 of file spectral_common.h.
__be16 fft_sample_ht20_40::lower_max_magnitude |
Definition at line 101 of file spectral_common.h.
s8 fft_sample_ht20_40::lower_noise |
Definition at line 98 of file spectral_common.h.
s8 fft_sample_ht20_40::lower_rssi |
Definition at line 93 of file spectral_common.h.
u8 fft_sample_ht20_40::max_exp |
Definition at line 110 of file spectral_common.h.
struct fft_sample_tlv fft_sample_ht20_40::tlv |
Definition at line 88 of file spectral_common.h.
__be64 fft_sample_ht20_40::tsf |
Definition at line 96 of file spectral_common.h.
u8 fft_sample_ht20_40::upper_bitmap_weight |
Definition at line 108 of file spectral_common.h.
u8 fft_sample_ht20_40::upper_max_index |
Definition at line 105 of file spectral_common.h.
__be16 fft_sample_ht20_40::upper_max_magnitude |
Definition at line 102 of file spectral_common.h.
s8 fft_sample_ht20_40::upper_noise |
Definition at line 99 of file spectral_common.h.
s8 fft_sample_ht20_40::upper_rssi |
Definition at line 94 of file spectral_common.h.