Crate fidl_fuchsia_wlan_stats

Source

Macros§

GaugeStatisticUnknown
Pattern that matches an unknown GaugeStatistic member.

Structs§

AntennaId
Identifier for antenna.
ConnectionStats
HistBucket
Histogram bucket.
IfaceHistogramStats
IfaceStats
InspectCounterConfig
Config to associate a driver-specific counter ID with a counter name that is to be used in Inspect.
InspectGaugeConfig
Config to associate a driver-specific gauge ID with a gauge name that is to be used in Inspect.
NoiseFloorHistogram
Histogram for noise floor samples.
RssiHistogram
Histogram for received signal strength indicator (RSSI).
RxRateIndexHistogram
Histogram for received data rate.
SnrHistogram
Histogram for signal to noise ratio (SNR).
TelemetrySupport
UnnamedCounter
UnnamedGauge

Enums§

AntennaFreq
Antenna frequency.
GaugeStatistic
Statistics supported by the Gauge type.
HistScope
The scope of the histogram, e.g. if the histogram contains data for the entire station, or has data for just a single antenna.

Constants§

GAUGE_STATISTIC_MAX_LENGTH
MAX_DRIVER_SPECIFIC_COUNTERS
MAX_DRIVER_SPECIFIC_GAUGES
MAX_HISTOGRAMS_PER_TYPE
For each histogram type (e.g. RSSI), there can be multiple histograms up to this limit. For example, an interface might have 1 histogram for station-wide RSSI, but also 1 for each of the antennas used by the interface.
MAX_NOISE_FLOOR_SAMPLES
All histograms have a fixed number of buckets. To save space, each histogram type uses a vector to hold only non-empty buckets (a sparse histogram), with these constants as the max size of each vector. Noise floor values range from -255 to -1 dBm.
MAX_RSSI_SAMPLES
RSSI values range from -255 to -1 dBm.
MAX_RX_RATE_INDEX_SAMPLES
Size of RxRateIndexHistogram lookup table (see comments in RxRateIndexHistogram).
MAX_SNR_SAMPLES
SNR values range from 0 to 255 dB.
STAT_NAME_MAX_LENGTH