Crate fidl_fuchsia_wlan_ieee80211

Source

Macros§

CipherSuiteTypeUnknown
Pattern that matches an unknown CipherSuiteType member.
KeyTypeUnknown
Pattern that matches an unknown KeyType member.
ReasonCodeUnknown
Pattern that matches an unknown ReasonCode member.
WlanBandUnknown
Pattern that matches an unknown WlanBand member.

Structs§

CSsid
HtCapabilities
HtOperation
SetKeyDescriptor
IEEE Std 802.11-2020 6.3.19.1.2
VhtCapabilities
VhtOperation

Enums§

CipherSuiteType
IEEE Std 802.11-2016, 9.4.2.25.2
KeyType
ReasonCode
802.11 reason codes. These values are common throughout the standard. IEEE Std 802.11-2016, 9.4.1.7, Table 9-45
StatusCode
802.11 status codes. These values are common throughout the standard. IEEE Std 802.11-2016, 9.4.1.9, Table 9-46
WlanAccessCategory
IEEE Std 802.11-2020 9.4.2.173
WlanBand
Identifies a frequency band in metadata of various operations.

Constants§

CCMP_128_MIC_LEN
CCMP_256_MIC_LEN
CCMP_HDR_LEN
IEEE Std 802.11-2016 12.5.3.2
CCMP_PN_LEN
HT_CAP_LEN
HT_OP_LEN
MAC_ADDR_LEN
MAX_KEY_LEN
MAX_MESH_ID_BYTE_LEN
IEEE Std 802.11-2016, 9.4.2.99
MAX_MGMT_FRAME_MAC_HEADER_BYTE_LEN
IEEE Std 802.11-2016, 9.3.3.2
MAX_MMPDU_BYTE_LEN
IEEE Std 802.11-2016, 9.2.4.7
MAX_SSID_BYTE_LEN
IEEE Std 802.11-2016, 9.4.2.2 The maximum length of an SSID is 32 bytes, even when the SSID should be interpreted using UTF-8 encoding (see Table 9-135). While every length in the 802.11 standard is byte oriented, the word BYTE is included in the name of this constant to emphasize the importance that it not be applied to the length of a UTF-8 encoded string.
MAX_SUPPORTED_BASIC_RATES
MAX_UNIQUE_CHANNEL_NUMBERS
The limit on the number of channels in a list of unique channel numbers is 256 since a channel number in IEEE 802.11-2016 cannot exceed one octet. See IEEE 802.11-2016 9.4.2.18 Supported Channels element for an example element that assumes a channel number does not exceed one octet.
MAX_VHT_MPDU_BYTE_LEN_0
MAX_VHT_MPDU_BYTE_LEN_1
MAX_VHT_MPDU_BYTE_LEN_2
OUI_LEN
SSID_LIST_MAX
The limit on the number of SSIDs is 84 because an SSID List IE can contain no more than 84 one byte SSIDs. (Specifying a zero byte SSID in an SSID List with more than one SSID is valid but unnecessary since it is the wildcard SSID.)
TIDS_MAX
IEEE Std 802.11-2016, 9.2.4.5
VHT_CAP_LEN
VHT_OP_LEN
WLAN_IE_BODY_MAX_LEN
WLAN_IE_MAX_LEN
IEEE Std 802.11-2016, 9.4.2.25.1 IEEE mentions that an element body maximum length is 255 octets in the RSN element section, but not in a dedicated section. Since the IE header is two octets, the whole IE max length is 257 octets.
WLAN_MSDU_MAX_LEN
IEEE Std 802.11-2016, Table 9-19

Type Aliases§

MacAddr
Ssid