Crate ieee80211

Source

Structs§

Bssid
MacAddr
Ssid
A newtype wrapping a boxed slice with bytes representing an SSID element as defined by IEEE 802.11-2016 9.4.2.2.

Enums§

SsidError

Constants§

BROADCAST_ADDR
NULL_ADDR
WILDCARD_BSSID

Traits§

MacAddrBytes
This trait aims to add some friction to convert a type into MacAddrBytes. The purpose being that function using the types implementing this trait, e.g. MacAddr, should prefer not accessing the MacAddrBytes directly when possible.
OuiFmt