File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg
C++ definition: click here
Format of a 802.11 frame with address1 and address2 present
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211OneAddressFrame | Format of a 802.11 frame with address1 present, like ACK and CTS |
Ieee80211RTSFrame | Format of the 802.11 RTS frame |
Ieee80211DataOrMgmtFrame | Common base class for 802.11 data and management frames |
Name | Type | Description |
---|---|---|
byteLength | ||
transmitterAddress | MACAddress | aka address2 |
message Ieee80211TwoAddressFrame extends Ieee80211OneAddressFrame { fields: byteLength = 20; MACAddress transmitterAddress; // aka address2 };