File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg
C++ definition: click here
Common base class for 802.11 data and management frames
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211TwoAddressFrame | Format of a 802.11 frame with address1 and address2 present |
Ieee80211DataFrame | Format of the 802.11 data frame |
Ieee80211ManagementFrame | Base class for 802.11 management frames (subclasses will add frame body contents) |
Name | Type | Description |
---|---|---|
byteLength | ||
address3 | MACAddress | |
fragmentNumber | short | |
sequenceNumber | short |
message Ieee80211DataOrMgmtFrame extends Ieee80211TwoAddressFrame { fields: byteLength = 28; MACAddress address3; short fragmentNumber; short sequenceNumber; };