Macros§
- Pattern that matches an unknown
EapolTxResult
member. - Pattern that matches an unknown
StartResult
member. - Pattern that matches an unknown
StopResult
member. - Pattern that matches an unknown
WlanAssocResult
member. - Pattern that matches an unknown
WlanAuthResult
member. - Pattern that matches an unknown
WlanAuthType
member. - Pattern that matches an unknown
WlanScanResult
member. - Pattern that matches an unknown
WlanScanType
member.
Structs§
- Contains the information of SAE authentication frames. Shared between transmit and receive directions, see WlanFullmacImplIfc::SaeFrameRx and WlanFullmacImpl::SaeFrameTx.
- Identifier for antenna.
- Histogram bucket.
- A Stream of incoming requests for fuchsia.wlan.fullmac/WlanFullmacImplIfc.
- A Stream of incoming requests for fuchsia.wlan.fullmac/WlanFullmacImpl.
- Histogram for noise floor samples.
- Histogram for received signal strength indicator (RSSI).
- Histogram for received data rate.
- Histogram for signal to noise ratio (SNR).
Enums§
- A request for one of the member protocols of Service.
- Antenna frequency.
- The scope of the histogram, e.g. if the histogram contains data for the entire station, or has data for just a single antenna.
- Protocol definition for communication from the fullmac vendor driver to the platform.
- Protocol definition for communication from the platform to the fullmac vendor driver.
Constants§
- 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.
- 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.
- RSSI values range from -255 to -1 dBm.
- Size of RX_RATE_INDEX lookup table (see comments in RxRateIndexHistogram).
- SNR values range from 0 to 255 dB.
- The number of 802.11AC rates in the WlanFullmacRxRateIndexHistogram lookup table.
- The number of 802.11B rates in the WlanFullmacRxRateIndexHistogram lookup table.
- The number of 802.11G rates in the WlanFullmacRxRateIndexHistogram lookup table.
- The number of 802.11N rates in the WlanFullmacRxRateIndexHistogram lookup table.
- Max length for vendor IEs to be added to the association request. This is currently used for WPA.