The LLC protocol data unit — an LLC header, a SNAP extension, and the payload they describe.
Reading a capture
The layer that answers "what is inside this frame?". Ethernet answers it in two octets; 802.11 needs eight, because 802.2 was designed before EtherType won and SNAP exists to carry an EtherType through it anyway.
Subfields
DSAP — Destination service access point. Always 0xAA when SNAP follows.
SSAP — Source service access point. Always 0xAA when SNAP follows.
Control — Always 0x03, meaning unnumbered information — no sequencing, no acknowledgement at this layer.
OUI — Organizationally unique identifier. All zeroes means the next field is an EtherType.